Color Hex Logo

#cc148f Color Hex

#CC148F
(204,20,143)
0 Favorites   0 Comments

Color spaces of #cc148f

RGB 20420143
HSL0.890.820.44
HSV320°90°80°
CMYK 0.000.900.30   0.20
XYZ30.109915.320927.3569
Yxy15.32090.41370.2105
Hunter Lab39.141968.8127-14.0394
CIE-Lab46.070673.3019-19.1835

#cc148f color RGB value is (204,20,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010100 10001111
Octal 314 24 217
Decimal 204 20 143
Hex CC 14 8F

RGB Percentages of Color #cc148f

%55.59
%5.45
%38.96

CMYK Percentages of Color #cc148f

%0
%90
%30
%20

Triadic Colors of #cc148f

#cc148f #8fcc14 #148fcc

Analogous Colors of #cc148f

#cc148f #cc1433 #ad14cc

Monochromatic Colors of #cc148f

#cc148f

Complementary Color

#cc148f #14cc51

#cc148f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc148f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc148f Color CSS Codes

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

#cc148f Text Font Color

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

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


#cc148f Background Color

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

This div background color is #cc148f


#cc148f Border Color

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

This div border color is #cc148f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc148f


Comments

No comments written yet.

Please login to write comment.