Color Hex Logo

#cc1cbf Color Hex

#CC1CBF
(204,28,191)
0 Favorites   0 Comments

Color spaces of #cc1cbf

RGB 20428191
HSL0.850.760.45
HSV304°86°80°
CMYK 0.000.860.06   0.20
XYZ34.721117.429550.8244
Yxy17.42950.33720.1693
Hunter Lab41.748775.3929-42.9550
CIE-Lab48.796778.1317-43.4252

#cc1cbf color RGB value is (204,28,191).

#cc1cbf hex color red value is 204, green value is 28 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cc1cbf hue: 0.85 , saturation: 0.76 and the lightness value of cc1cbf is 0.45.

The process color (four color CMYK) of #cc1cbf color hex is 0.00, 0.86, 0.06, 0.20. Web safe color of #cc1cbf is #cc33cc. Color #cc1cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011100 10111111
Octal 314 34 277
Decimal 204 28 191
Hex CC 1C BF

RGB Percentages of Color #cc1cbf

%48.23
%6.62
%45.15

CMYK Percentages of Color #cc1cbf

%0
%86
%6
%20

Triadic Colors of #cc1cbf

#cc1cbf #bfcc1c #1cbfcc

Analogous Colors of #cc1cbf

#cc1cbf #cc1c67 #811ccc

Monochromatic Colors of #cc1cbf

#cc1cbf

Complementary Color

#cc1cbf #1ccc29

#cc1cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1cbf Color CSS Codes

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

#cc1cbf Text Font Color

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

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


#cc1cbf Background Color

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

This div background color is #cc1cbf


#cc1cbf Border Color

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

This div border color is #cc1cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc1cbf


Comments

No comments written yet.

Please login to write comment.