Color Hex Logo

#cc21ed Color Hex

#CC21ED
(204,33,237)
0 Favorites   0 Comments

Color spaces of #cc21ed

RGB 20433237
HSL0.810.850.53
HSV290°86°93°
CMYK 0.140.860.00   0.07
XYZ40.731820.039581.8420
Yxy20.03950.28560.1405
Hunter Lab44.765584.0762-77.0604
CIE-Lab51.881884.3715-64.8076

#cc21ed color RGB value is (204,33,237).

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

The process color (four color CMYK) of #cc21ed color hex is 0.14, 0.86, 0.00, 0.07. Web safe color of #cc21ed is #cc33ff. Color #cc21ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100001 11101101
Octal 314 41 355
Decimal 204 33 237
Hex CC 21 ED

RGB Percentages of Color #cc21ed

%43.04
%6.96
%50.00

CMYK Percentages of Color #cc21ed

%14
%86
%0
%7

Triadic Colors of #cc21ed

#cc21ed #edcc21 #21edcc

Analogous Colors of #cc21ed

#cc21ed #ed21a8 #6621ed

Monochromatic Colors of #cc21ed

#cc21ed

Complementary Color

#cc21ed #42ed21

#cc21ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc21ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc21ed Color CSS Codes

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

#cc21ed Text Font Color

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

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


#cc21ed Background Color

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

This div background color is #cc21ed


#cc21ed Border Color

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

This div border color is #cc21ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc21ed


Comments

No comments written yet.

Please login to write comment.