Color Hex Logo

#c00feb Color Hex

#C00FEB
(192,15,235)
0 Favorites   0 Comments

Color spaces of #c00feb

RGB 19215235
HSL0.800.880.49
HSV288°94°92°
CMYK 0.180.940.00   0.08
XYZ36.904417.546380.0390
Yxy17.54630.27440.1305
Hunter Lab41.888383.9574-83.9679
CIE-Lab48.941184.8492-68.5325

#c00feb color RGB value is (192,15,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001111 11101011
Octal 300 17 353
Decimal 192 15 235
Hex C0 F EB

RGB Percentages of Color #c00feb

%43.44
%3.39
%53.17

CMYK Percentages of Color #c00feb

%18
%94
%0
%8

Triadic Colors of #c00feb

#c00feb #ebc00f #0febc0

Analogous Colors of #c00feb

#c00feb #eb0fa8 #520feb

Monochromatic Colors of #c00feb

#c00feb

Complementary Color

#c00feb #3aeb0f

#c00feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00feb Color CSS Codes

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

#c00feb Text Font Color

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

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


#c00feb Background Color

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

This div background color is #c00feb


#c00feb Border Color

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

This div border color is #c00feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00feb


Comments

No comments written yet.

Please login to write comment.