Color Hex Logo

#c01bcc Color Hex

#C01BCC
(192,27,204)
0 Favorites   0 Comments

Color spaces of #c01bcc

RGB 19227204
HSL0.820.770.45
HSV296°87°80°
CMYK 0.060.870.00   0.20
XYZ33.029216.350058.5418
Yxy16.35000.30600.1515
Hunter Lab40.435175.0452-57.5352
CIE-Lab47.430478.1185-53.2665

#c01bcc color RGB value is (192,27,204).

#c01bcc hex color red value is 192, green value is 27 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c01bcc hue: 0.82 , saturation: 0.77 and the lightness value of c01bcc is 0.45.

The process color (four color CMYK) of #c01bcc color hex is 0.06, 0.87, 0.00, 0.20. Web safe color of #c01bcc is #cc33cc. Color #c01bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011011 11001100
Octal 300 33 314
Decimal 192 27 204
Hex C0 1B CC

RGB Percentages of Color #c01bcc

%45.39
%6.38
%48.23

CMYK Percentages of Color #c01bcc

%6
%87
%0
%20

Triadic Colors of #c01bcc

#c01bcc #ccc01b #1bccc0

Analogous Colors of #c01bcc

#c01bcc #cc1b80 #681bcc

Monochromatic Colors of #c01bcc

#c01bcc

Complementary Color

#c01bcc #27cc1b

#c01bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01bcc Color CSS Codes

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

#c01bcc Text Font Color

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

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


#c01bcc Background Color

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

This div background color is #c01bcc


#c01bcc Border Color

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

This div border color is #c01bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01bcc


Comments

No comments written yet.

Please login to write comment.