Color Hex Logo

#cc148b Color Hex

#CC148B
(204,20,139)
0 Favorites   0 Comments

Color spaces of #cc148b

RGB 20420139
HSL0.890.820.44
HSV321°90°80°
CMYK 0.000.900.32   0.20
XYZ29.812215.201825.7891
Yxy15.20180.42110.2147
Hunter Lab38.989568.2533-11.9240
CIE-Lab45.909472.8699-17.0031

#cc148b color RGB value is (204,20,139).

#cc148b hex color red value is 204, green value is 20 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cc148b hue: 0.89 , saturation: 0.82 and the lightness value of cc148b is 0.44.

The process color (four color CMYK) of #cc148b color hex is 0.00, 0.90, 0.32, 0.20. Web safe color of #cc148b is #cc0099. Color #cc148b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010100 10001011
Octal 314 24 213
Decimal 204 20 139
Hex CC 14 8B

RGB Percentages of Color #cc148b

%56.20
%5.51
%38.29

CMYK Percentages of Color #cc148b

%0
%90
%32
%20

Triadic Colors of #cc148b

#cc148b #8bcc14 #148bcc

Analogous Colors of #cc148b

#cc148b #cc142f #b114cc

Monochromatic Colors of #cc148b

#cc148b

Complementary Color

#cc148b #14cc55

#cc148b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc148b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc148b Color CSS Codes

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

#cc148b Text Font Color

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

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


#cc148b Background Color

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

This div background color is #cc148b


#cc148b Border Color

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

This div border color is #cc148b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc148b


Comments

No comments written yet.

Please login to write comment.