Color Hex Logo

#cc01be Color Hex

#CC01BE
(204,1,190)
0 Favorites   0 Comments

Color spaces of #cc01be

RGB 2041190
HSL0.840.990.40
HSV304°100°80°
CMYK 0.001.000.07   0.20
XYZ34.207016.576850.1119
Yxy16.57680.33900.1643
Hunter Lab40.714678.7189-44.4744
CIE-Lab47.722380.9898-44.5492

#cc01be color RGB value is (204,1,190).

#cc01be hex color red value is 204, green value is 1 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cc01be hue: 0.84 , saturation: 0.99 and the lightness value of cc01be is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000001 10111110
Octal 314 1 276
Decimal 204 1 190
Hex CC 1 BE

RGB Percentages of Color #cc01be

%51.65
%0.25
%48.10

CMYK Percentages of Color #cc01be

%0
%100
%7
%20

Triadic Colors of #cc01be

#cc01be #becc01 #01becc

Analogous Colors of #cc01be

#cc01be #cc0158 #7501cc

Monochromatic Colors of #cc01be

#cc01be

Complementary Color

#cc01be #01cc0f

#cc01be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc01be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc01be Color CSS Codes

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

#cc01be Text Font Color

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

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


#cc01be Background Color

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

This div background color is #cc01be


#cc01be Border Color

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

This div border color is #cc01be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc01be


Comments

No comments written yet.

Please login to write comment.