Color Hex Logo

#c921ec Color Hex

#C921EC
(201,33,236)
0 Favorites   0 Comments

Color spaces of #c921ec

RGB 20133236
HSL0.800.840.53
HSV290°86°93°
CMYK 0.150.860.00   0.07
XYZ39.771619.561381.0364
Yxy19.56130.28330.1394
Hunter Lab44.228283.1145-77.6735
CIE-Lab51.337583.7319-65.1475

#c921ec color RGB value is (201,33,236).

#c921ec hex color red value is 201, green value is 33 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c921ec hue: 0.80 , saturation: 0.84 and the lightness value of c921ec is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100001 11101100
Octal 311 41 354
Decimal 201 33 236
Hex C9 21 EC

RGB Percentages of Color #c921ec

%42.77
%7.02
%50.21

CMYK Percentages of Color #c921ec

%15
%86
%0
%7

Triadic Colors of #c921ec

#c921ec #ecc921 #21ecc9

Analogous Colors of #c921ec

#c921ec #ec21aa #6321ec

Monochromatic Colors of #c921ec

#c921ec

Complementary Color

#c921ec #44ec21

#c921ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c921ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c921ec Color CSS Codes

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

#c921ec Text Font Color

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

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


#c921ec Background Color

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

This div background color is #c921ec


#c921ec Border Color

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

This div border color is #c921ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c921ec


Comments

No comments written yet.

Please login to write comment.