Color Hex Logo

#c921dd Color Hex

#C921DD
(201,33,221)
0 Favorites   0 Comments

Color spaces of #c921dd

RGB 20133221
HSL0.820.740.50
HSV294°85°87°
CMYK 0.090.850.00   0.13
XYZ37.682418.725770.0349
Yxy18.72570.29800.1481
Hunter Lab43.273279.7101-65.6658
CIE-Lab50.364781.2585-58.2207

#c921dd color RGB value is (201,33,221).

#c921dd hex color red value is 201, green value is 33 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c921dd hue: 0.82 , saturation: 0.74 and the lightness value of c921dd is 0.50.

The process color (four color CMYK) of #c921dd color hex is 0.09, 0.85, 0.00, 0.13. Web safe color of #c921dd is #cc33cc. Color #c921dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100001 11011101
Octal 311 41 335
Decimal 201 33 221
Hex C9 21 DD

RGB Percentages of Color #c921dd

%44.18
%7.25
%48.57

CMYK Percentages of Color #c921dd

%9
%85
%0
%13

Triadic Colors of #c921dd

#c921dd #ddc921 #21ddc9

Analogous Colors of #c921dd

#c921dd #dd2193 #6b21dd

Monochromatic Colors of #c921dd

#c921dd

Complementary Color

#c921dd #35dd21

#c921dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c921dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c921dd Color CSS Codes

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

#c921dd Text Font Color

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

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


#c921dd Background Color

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

This div background color is #c921dd


#c921dd Border Color

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

This div border color is #c921dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c921dd


Comments

No comments written yet.

Please login to write comment.