Color Hex Logo

#cc1bbf Color Hex

#CC1BBF
(204,27,191)
0 Favorites   0 Comments

Color spaces of #cc1bbf

RGB 20427191
HSL0.850.770.45
HSV304°87°80°
CMYK 0.000.870.06   0.20
XYZ34.697717.382850.8167
Yxy17.38280.33720.1689
Hunter Lab41.692775.5900-43.0801
CIE-Lab48.738878.3010-43.5172

#cc1bbf color RGB value is (204,27,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011011 10111111
Octal 314 33 277
Decimal 204 27 191
Hex CC 1B BF

RGB Percentages of Color #cc1bbf

%48.34
%6.40
%45.26

CMYK Percentages of Color #cc1bbf

%0
%87
%6
%20

Triadic Colors of #cc1bbf

#cc1bbf #bfcc1b #1bbfcc

Analogous Colors of #cc1bbf

#cc1bbf #cc1b67 #811bcc

Monochromatic Colors of #cc1bbf

#cc1bbf

Complementary Color

#cc1bbf #1bcc28

#cc1bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1bbf Color CSS Codes

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

#cc1bbf Text Font Color

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

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


#cc1bbf Background Color

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

This div background color is #cc1bbf


#cc1bbf Border Color

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

This div border color is #cc1bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc1bbf


Comments

No comments written yet.

Please login to write comment.