Color Hex Logo

#c06dba Color Hex

#C06DBA
(192,109,186)
0 Favorites   0 Comments

Color spaces of #c06dba

RGB 192109186
HSL0.850.400.59
HSV304°43°75°
CMYK 0.000.430.03   0.25
XYZ36.069825.688949.5117
Yxy25.68890.32420.2309
Hunter Lab50.684238.3335-22.4394
CIE-Lab57.740644.1498-26.6574

#c06dba color RGB value is (192,109,186).

#c06dba hex color red value is 192, green value is 109 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c06dba hue: 0.85 , saturation: 0.40 and the lightness value of c06dba is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101101 10111010
Octal 300 155 272
Decimal 192 109 186
Hex C0 6D BA

RGB Percentages of Color #c06dba

%39.43
%22.38
%38.19

CMYK Percentages of Color #c06dba

%0
%43
%3
%25

Triadic Colors of #c06dba

#c06dba #bac06d #6dbac0

Analogous Colors of #c06dba

#c06dba #c06d91 #9d6dc0

Monochromatic Colors of #c06dba

#c06dba

Complementary Color

#c06dba #6dc073

#c06dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06dba Color CSS Codes

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

#c06dba Text Font Color

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

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


#c06dba Background Color

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

This div background color is #c06dba


#c06dba Border Color

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

This div border color is #c06dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06dba


Comments

No comments written yet.

Please login to write comment.