Color Hex Logo

#c05dba Color Hex

#C05DBA
(192,93,186)
0 Favorites   0 Comments

Color spaces of #c05dba

RGB 19293186
HSL0.840.440.56
HSV304°52°75°
CMYK 0.000.520.03   0.25
XYZ34.515522.580348.9936
Yxy22.58030.32530.2128
Hunter Lab47.518746.4967-27.8671
CIE-Lab54.637452.2495-31.4694

#c05dba color RGB value is (192,93,186).

#c05dba hex color red value is 192, green value is 93 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c05dba hue: 0.84 , saturation: 0.44 and the lightness value of c05dba is 0.56.

The process color (four color CMYK) of #c05dba color hex is 0.00, 0.52, 0.03, 0.25. Web safe color of #c05dba is #cc66cc. Color #c05dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011101 10111010
Octal 300 135 272
Decimal 192 93 186
Hex C0 5D BA

RGB Percentages of Color #c05dba

%40.76
%19.75
%39.49

CMYK Percentages of Color #c05dba

%0
%52
%3
%25

Triadic Colors of #c05dba

#c05dba #bac05d #5dbac0

Analogous Colors of #c05dba

#c05dba #c05d89 #955dc0

Monochromatic Colors of #c05dba

#c05dba

Complementary Color

#c05dba #5dc063

#c05dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05dba Color CSS Codes

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

#c05dba Text Font Color

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

This sample text font color is #c05dba
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.


#c05dba Background Color

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

This div background color is #c05dba


#c05dba Border Color

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

This div border color is #c05dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,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 #c05dba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05dba


Comments

No comments written yet.

Please login to write comment.