Color Hex Logo

#c06bea Color Hex

#C06BEA
(192,107,234)
0 Favorites   0 Comments

Color spaces of #c06bea

RGB 192107234
HSL0.780.750.67
HSV280°54°92°
CMYK 0.180.540.00   0.08
XYZ41.847227.662480.9757
Yxy27.66240.27810.1838
Hunter Lab52.595149.9820-54.4667
CIE-Lab59.582554.5890-50.8867

#c06bea color RGB value is (192,107,234).

#c06bea hex color red value is 192, green value is 107 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c06bea hue: 0.78 , saturation: 0.75 and the lightness value of c06bea is 0.67.

The process color (four color CMYK) of #c06bea color hex is 0.18, 0.54, 0.00, 0.08. Web safe color of #c06bea is #cc66ff. Color #c06bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101011 11101010
Octal 300 153 352
Decimal 192 107 234
Hex C0 6B EA

RGB Percentages of Color #c06bea

%36.02
%20.08
%43.90

CMYK Percentages of Color #c06bea

%18
%54
%0
%8

Triadic Colors of #c06bea

#c06bea #eac06b #6beac0

Analogous Colors of #c06bea

#c06bea #ea6bd5 #816bea

Monochromatic Colors of #c06bea

#c06bea

Complementary Color

#c06bea #95ea6b

#c06bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06bea Color CSS Codes

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

#c06bea Text Font Color

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

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


#c06bea Background Color

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

This div background color is #c06bea


#c06bea Border Color

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

This div border color is #c06bea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,107,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06bea


Comments

No comments written yet.

Please login to write comment.