Color Hex Logo

#c00fcb Color Hex

#C00FCB
(192,15,203)
0 Favorites   0 Comments

Color spaces of #c00fcb

RGB 19215203
HSL0.820.860.43
HSV296°93°80°
CMYK 0.050.930.00   0.20
XYZ32.688515.859957.8383
Yxy15.85990.30730.1491
Hunter Lab39.824576.8224-58.2315
CIE-Lab46.790179.6652-53.7163

#c00fcb color RGB value is (192,15,203).

#c00fcb hex color red value is 192, green value is 15 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c00fcb hue: 0.82 , saturation: 0.86 and the lightness value of c00fcb is 0.43.

The process color (four color CMYK) of #c00fcb color hex is 0.05, 0.93, 0.00, 0.20. Web safe color of #c00fcb is #cc00cc. Color #c00fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001111 11001011
Octal 300 17 313
Decimal 192 15 203
Hex C0 F CB

RGB Percentages of Color #c00fcb

%46.83
%3.66
%49.51

CMYK Percentages of Color #c00fcb

%5
%93
%0
%20

Triadic Colors of #c00fcb

#c00fcb #cbc00f #0fcbc0

Analogous Colors of #c00fcb

#c00fcb #cb0f78 #620fcb

Monochromatic Colors of #c00fcb

#c00fcb

Complementary Color

#c00fcb #1acb0f

#c00fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00fcb Color CSS Codes

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

#c00fcb Text Font Color

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

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


#c00fcb Background Color

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

This div background color is #c00fcb


#c00fcb Border Color

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

This div border color is #c00fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00fcb


Comments

No comments written yet.

Please login to write comment.