Color Hex Logo

#cc42bd Color Hex

#CC42BD
(204,66,189)
0 Favorites   0 Comments

Color spaces of #cc42bd

RGB 20466189
HSL0.850.580.53
HSV307°68°80°
CMYK 0.000.680.07   0.20
XYZ36.035420.407950.1840
Yxy20.40790.33800.1914
Hunter Lab45.175163.3299-34.2413
CIE-Lab52.295367.5057-36.7388

#cc42bd color RGB value is (204,66,189).

#cc42bd hex color red value is 204, green value is 66 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cc42bd hue: 0.85 , saturation: 0.58 and the lightness value of cc42bd is 0.53.

The process color (four color CMYK) of #cc42bd color hex is 0.00, 0.68, 0.07, 0.20. Web safe color of #cc42bd is #cc33cc. Color #cc42bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000010 10111101
Octal 314 102 275
Decimal 204 66 189
Hex CC 42 BD

RGB Percentages of Color #cc42bd

%44.44
%14.38
%41.18

CMYK Percentages of Color #cc42bd

%0
%68
%7
%20

Triadic Colors of #cc42bd

#cc42bd #bdcc42 #42bdcc

Analogous Colors of #cc42bd

#cc42bd #cc4278 #9642cc

Monochromatic Colors of #cc42bd

#cc42bd

Complementary Color

#cc42bd #42cc51

#cc42bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc42bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc42bd Color CSS Codes

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

#cc42bd Text Font Color

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

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


#cc42bd Background Color

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

This div background color is #cc42bd


#cc42bd Border Color

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

This div border color is #cc42bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc42bd


Comments

No comments written yet.

Please login to write comment.