Color Hex Logo

#c06ceb Color Hex

#C06CEB
(192,108,235)
0 Favorites   0 Comments

Color spaces of #c06ceb

RGB 192108235
HSL0.780.760.67
HSV280°54°92°
CMYK 0.180.540.00   0.08
XYZ42.096227.929881.7695
Yxy27.92980.27730.1840
Hunter Lab52.848749.6977-54.7417
CIE-Lab59.825354.2955-51.0584

#c06ceb color RGB value is (192,108,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101100 11101011
Octal 300 154 353
Decimal 192 108 235
Hex C0 6C EB

RGB Percentages of Color #c06ceb

%35.89
%20.19
%43.93

CMYK Percentages of Color #c06ceb

%18
%54
%0
%8

Triadic Colors of #c06ceb

#c06ceb #ebc06c #6cebc0

Analogous Colors of #c06ceb

#c06ceb #eb6cd7 #816ceb

Monochromatic Colors of #c06ceb

#c06ceb

Complementary Color

#c06ceb #97eb6c

#c06ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06ceb Color CSS Codes

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

#c06ceb Text Font Color

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

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


#c06ceb Background Color

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

This div background color is #c06ceb


#c06ceb Border Color

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

This div border color is #c06ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06ceb


Comments

No comments written yet.

Please login to write comment.