Color Hex Logo

#cc15be Color Hex

#CC15BE
(204,21,190)
0 Favorites   0 Comments

Color spaces of #cc15be

RGB 20421190
HSL0.850.810.44
HSV305°90°80°
CMYK 0.000.900.07   0.20
XYZ34.464317.091450.1977
Yxy17.09140.33870.1680
Hunter Lab41.341776.4574-43.0515
CIE-Lab48.375079.0660-43.5120

#cc15be color RGB value is (204,21,190).

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

The process color (four color CMYK) of #cc15be color hex is 0.00, 0.90, 0.07, 0.20. Web safe color of #cc15be is #cc00cc. Color #cc15be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010101 10111110
Octal 314 25 276
Decimal 204 21 190
Hex CC 15 BE

RGB Percentages of Color #cc15be

%49.16
%5.06
%45.78

CMYK Percentages of Color #cc15be

%0
%90
%7
%20

Triadic Colors of #cc15be

#cc15be #becc15 #15becc

Analogous Colors of #cc15be

#cc15be #cc1562 #7f15cc

Monochromatic Colors of #cc15be

#cc15be

Complementary Color

#cc15be #15cc23

#cc15be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc15be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc15be Color CSS Codes

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

#cc15be Text Font Color

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

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


#cc15be Background Color

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

This div background color is #cc15be


#cc15be Border Color

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

This div border color is #cc15be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc15be


Comments

No comments written yet.

Please login to write comment.