Color Hex Logo

#cc37bd Color Hex

#CC37BD
(204,55,189)
0 Favorites   0 Comments

Color spaces of #cc37bd

RGB 20455189
HSL0.850.590.51
HSV306°73°80°
CMYK 0.000.730.07   0.20
XYZ35.453319.243949.9900
Yxy19.24390.33870.1838
Hunter Lab43.867967.4920-36.8569
CIE-Lab50.971371.2533-38.8221

#cc37bd color RGB value is (204,55,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110111 10111101
Octal 314 67 275
Decimal 204 55 189
Hex CC 37 BD

RGB Percentages of Color #cc37bd

%45.54
%12.28
%42.19

CMYK Percentages of Color #cc37bd

%0
%73
%7
%20

Triadic Colors of #cc37bd

#cc37bd #bdcc37 #37bdcc

Analogous Colors of #cc37bd

#cc37bd #cc3773 #9137cc

Monochromatic Colors of #cc37bd

#cc37bd

Complementary Color

#cc37bd #37cc46

#cc37bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc37bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc37bd Color CSS Codes

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

#cc37bd Text Font Color

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

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


#cc37bd Background Color

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

This div background color is #cc37bd


#cc37bd Border Color

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

This div border color is #cc37bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc37bd


Comments

No comments written yet.

Please login to write comment.