color codes Logo

#c00deb color codes

#C00DEB
(192,13,235)
0 Favorites   0 Comments

Color spaces of #c00deb

RGB 19213235
HSL0.800.900.49
HSV288°94°92°
CMYK 0.180.940.00   0.08
XYZ36.877517.492580.0300
Yxy17.49250.27440.1302
Hunter Lab41.824084.1967-84.1742
CIE-Lab48.874785.0469-68.6403

#c00deb color RGB value is (192,13,235).

#c00deb hex color red value is 192, green value is 13 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c00deb hue: 0.80 , saturation: 0.90 and the lightness value of c00deb is 0.49.

The process color (four color CMYK) of #c00deb color code is 0.18, 0.94, 0.00, 0.08. Web safe color of #c00deb is #cc00ff. Color #c00deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001101 11101011
Octal 300 15 353
Decimal 192 13 235
Hex C0 D EB

RGB Percentages of Color #c00deb

%43.64
%2.95
%53.41

CMYK Percentages of Color #c00deb

%18
%94
%0
%8

Triadic Colors of #c00deb

#c00deb #ebc00d #0debc0

Analogous Colors of #c00deb

#c00deb #eb0da7 #510deb

Monochromatic Colors of #c00deb

#c00deb

Complementary Color

#c00deb #38eb0d

#c00deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00deb Color CSS Codes

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

#c00deb Text Font Color

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

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


#c00deb Background Color

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

This div background color is #c00deb


#c00deb Border Color

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

This div border color is #c00deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00deb


Comments

No comments written yet.

Please login to write comment.