Color Hex Logo

#c015cb Color Hex

#C015CB
(192,21,203)
0 Favorites   0 Comments

Color spaces of #c015cb

RGB 19221203
HSL0.820.810.44
HSV296°90°80°
CMYK 0.050.900.00   0.20
XYZ32.785916.054657.8708
Yxy16.05460.30720.1504
Hunter Lab40.068275.9387-57.5853
CIE-Lab47.046078.9098-53.3054

#c015cb color RGB value is (192,21,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010101 11001011
Octal 300 25 313
Decimal 192 21 203
Hex C0 15 CB

RGB Percentages of Color #c015cb

%46.15
%5.05
%48.80

CMYK Percentages of Color #c015cb

%5
%90
%0
%20

Triadic Colors of #c015cb

#c015cb #cbc015 #15cbc0

Analogous Colors of #c015cb

#c015cb #cb157b #6515cb

Monochromatic Colors of #c015cb

#c015cb

Complementary Color

#c015cb #20cb15

#c015cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c015cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c015cb Color CSS Codes

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

#c015cb Text Font Color

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

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


#c015cb Background Color

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

This div background color is #c015cb


#c015cb Border Color

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

This div border color is #c015cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c015cb


Comments

No comments written yet.

Please login to write comment.