Color Hex Logo

#cc37dd Color Hex

#CC37DD
(204,55,221)
0 Favorites   0 Comments

Color spaces of #cc37dd

RGB 20455221
HSL0.820.710.54
HSV294°75°87°
CMYK 0.080.750.00   0.13
XYZ39.319220.790270.3472
Yxy20.79020.30140.1594
Hunter Lab45.596374.1331-59.5569
CIE-Lab52.719176.3534-54.4177

#cc37dd color RGB value is (204,55,221).

#cc37dd hex color red value is 204, green value is 55 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cc37dd hue: 0.82 , saturation: 0.71 and the lightness value of cc37dd is 0.54.

The process color (four color CMYK) of #cc37dd color hex is 0.08, 0.75, 0.00, 0.13. Web safe color of #cc37dd is #cc33cc. Color #cc37dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110111 11011101
Octal 314 67 335
Decimal 204 55 221
Hex CC 37 DD

RGB Percentages of Color #cc37dd

%42.50
%11.46
%46.04

CMYK Percentages of Color #cc37dd

%8
%75
%0
%13

Triadic Colors of #cc37dd

#cc37dd #ddcc37 #37ddcc

Analogous Colors of #cc37dd

#cc37dd #dd379b #7937dd

Monochromatic Colors of #cc37dd

#cc37dd

Complementary Color

#cc37dd #48dd37

#cc37dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc37dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc37dd Color CSS Codes

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

#cc37dd Text Font Color

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

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


#cc37dd Background Color

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

This div background color is #cc37dd


#cc37dd Border Color

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

This div border color is #cc37dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc37dd


Comments

No comments written yet.

Please login to write comment.