Color Hex Logo

#cc03bf Color Hex

#CC03BF
(204,3,191)
0 Favorites   0 Comments

Color spaces of #cc03bf

RGB 2043191
HSL0.840.970.41
HSV304°99°80°
CMYK 0.000.990.06   0.20
XYZ34.338416.664150.6969
Yxy16.66410.33760.1639
Hunter Lab40.821778.7127-45.0577
CIE-Lab47.834080.9633-44.9552

#cc03bf color RGB value is (204,3,191).

#cc03bf hex color red value is 204, green value is 3 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cc03bf hue: 0.84 , saturation: 0.97 and the lightness value of cc03bf is 0.41.

The process color (four color CMYK) of #cc03bf color hex is 0.00, 0.99, 0.06, 0.20. Web safe color of #cc03bf is #cc00cc. Color #cc03bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000011 10111111
Octal 314 3 277
Decimal 204 3 191
Hex CC 3 BF

RGB Percentages of Color #cc03bf

%51.26
%0.75
%47.99

CMYK Percentages of Color #cc03bf

%0
%99
%6
%20

Triadic Colors of #cc03bf

#cc03bf #bfcc03 #03bfcc

Analogous Colors of #cc03bf

#cc03bf #cc035a #7503cc

Monochromatic Colors of #cc03bf

#cc03bf

Complementary Color

#cc03bf #03cc10

#cc03bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc03bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc03bf Color CSS Codes

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

#cc03bf Text Font Color

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

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


#cc03bf Background Color

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

This div background color is #cc03bf


#cc03bf Border Color

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

This div border color is #cc03bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc03bf


Comments

No comments written yet.

Please login to write comment.