Color Hex Logo

#cc21ee Color Hex

#CC21EE
(204,33,238)
0 Favorites   0 Comments

Color spaces of #cc21ee

RGB 20433238
HSL0.810.860.53
HSV290°86°93°
CMYK 0.140.860.00   0.07
XYZ40.878320.098182.6137
Yxy20.09810.28470.1400
Hunter Lab44.830984.3081-77.8771
CIE-Lab51.947984.5379-65.2634

#cc21ee color RGB value is (204,33,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100001 11101110
Octal 314 41 356
Decimal 204 33 238
Hex CC 21 EE

RGB Percentages of Color #cc21ee

%42.95
%6.95
%50.11

CMYK Percentages of Color #cc21ee

%14
%86
%0
%7

Triadic Colors of #cc21ee

#cc21ee #eecc21 #21eecc

Analogous Colors of #cc21ee

#cc21ee #ee21aa #6621ee

Monochromatic Colors of #cc21ee

#cc21ee

Complementary Color

#cc21ee #43ee21

#cc21ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc21ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc21ee Color CSS Codes

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

#cc21ee Text Font Color

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

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


#cc21ee Background Color

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

This div background color is #cc21ee


#cc21ee Border Color

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

This div border color is #cc21ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc21ee


Comments

No comments written yet.

Please login to write comment.