Color Hex Logo

#c06eba Color Hex

#C06EBA
(192,110,186)
0 Favorites   0 Comments

Color spaces of #c06eba

RGB 192110186
HSL0.850.390.59
HSV304°43°75°
CMYK 0.000.430.03   0.25
XYZ36.177125.903549.5475
Yxy25.90350.32410.2321
Hunter Lab50.895537.8128-22.0929
CIE-Lab57.945343.6258-26.3414

#c06eba color RGB value is (192,110,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101110 10111010
Octal 300 156 272
Decimal 192 110 186
Hex C0 6E BA

RGB Percentages of Color #c06eba

%39.34
%22.54
%38.11

CMYK Percentages of Color #c06eba

%0
%43
%3
%25

Triadic Colors of #c06eba

#c06eba #bac06e #6ebac0

Analogous Colors of #c06eba

#c06eba #c06e91 #9d6ec0

Monochromatic Colors of #c06eba

#c06eba

Complementary Color

#c06eba #6ec074

#c06eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06eba Color CSS Codes

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

#c06eba Text Font Color

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

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


#c06eba Background Color

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

This div background color is #c06eba


#c06eba Border Color

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

This div border color is #c06eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06eba


Comments

No comments written yet.

Please login to write comment.