color codes Logo

#c75dba color codes

#C75DBA
(199,93,186)
0 Favorites   0 Comments

Color spaces of #c75dba

RGB 19993186
HSL0.850.490.57
HSV307°53°78°
CMYK 0.000.530.07   0.22
XYZ36.330523.516049.0786
Yxy23.51600.33350.2159
Hunter Lab48.493348.8664-26.0603
CIE-Lab55.599954.2469-29.8984

#c75dba color RGB value is (199,93,186).

#c75dba hex color red value is 199, green value is 93 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c75dba hue: 0.85 , saturation: 0.49 and the lightness value of c75dba is 0.57.

The process color (four color CMYK) of #c75dba color code is 0.00, 0.53, 0.07, 0.22. Web safe color of #c75dba is #cc66cc. Color #c75dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011101 10111010
Octal 307 135 272
Decimal 199 93 186
Hex C7 5D BA

RGB Percentages of Color #c75dba

%41.63
%19.46
%38.91

CMYK Percentages of Color #c75dba

%0
%53
%7
%22

Triadic Colors of #c75dba

#c75dba #bac75d #5dbac7

Analogous Colors of #c75dba

#c75dba #c75d85 #9f5dc7

Monochromatic Colors of #c75dba

#c75dba

Complementary Color

#c75dba #5dc76a

#c75dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75dba Color CSS Codes

.mybgcolor {background-color:#c75dba; } 
.myforecolor {color:#c75dba; }
.mybordercolor {border:3px solid #c75dba; }

#c75dba Text Font Color

<p style="color:#c75dba">Text here</p>

This sample text font color is #c75dba
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c75dba Background Color

<div style="background-color:#c75dba">
Div content here</div>

This div background color is #c75dba


#c75dba Border Color

<div style="border:3px solid #c75dba">
Div here</div>

This div border color is #c75dba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,93,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c75dba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c75dba;
  -webkit-box-shadow: 1px 1px 3px 2px #c75dba;
  box-shadow:         1px 1px 3px 2px #c75dba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,93,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c75dba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c75dba;
  -webkit-box-shadow: 1px 1px 3px 2px #c75dba;
  box-shadow:         1px 1px 3px 2px #c75dba;">
Div content here</div>

This div box has shadow with color #c75dba


Comments

No comments written yet.

Please login to write comment.