Color Hex Logo

#c05ceb Color Hex

#C05CEB
(192,92,235)
0 Favorites   0 Comments

Color spaces of #c05ceb

RGB 19292235
HSL0.780.780.64
HSV282°61°92°
CMYK 0.180.610.00   0.08
XYZ40.560824.858981.2577
Yxy24.85890.27650.1695
Hunter Lab49.858757.9597-61.7274
CIE-Lab56.937762.0508-55.6569

#c05ceb color RGB value is (192,92,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011100 11101011
Octal 300 134 353
Decimal 192 92 235
Hex C0 5C EB

RGB Percentages of Color #c05ceb

%36.99
%17.73
%45.28

CMYK Percentages of Color #c05ceb

%18
%61
%0
%8

Triadic Colors of #c05ceb

#c05ceb #ebc05c #5cebc0

Analogous Colors of #c05ceb

#c05ceb #eb5ccf #795ceb

Monochromatic Colors of #c05ceb

#c05ceb

Complementary Color

#c05ceb #87eb5c

#c05ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05ceb Color CSS Codes

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

#c05ceb Text Font Color

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

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


#c05ceb Background Color

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

This div background color is #c05ceb


#c05ceb Border Color

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

This div border color is #c05ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05ceb


Comments

No comments written yet.

Please login to write comment.