Color Hex Logo

#c021dd Color Hex

#C021DD
(192,33,221)
0 Favorites   0 Comments

Color spaces of #c021dd

RGB 19233221
HSL0.810.740.50
HSV291°85°87°
CMYK 0.130.850.00   0.13
XYZ35.333217.514669.9250
Yxy17.51460.28780.1427
Hunter Lab41.850477.4644-69.7682
CIE-Lab48.902079.7660-60.6523

#c021dd color RGB value is (192,33,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100001 11011101
Octal 300 41 335
Decimal 192 33 221
Hex C0 21 DD

RGB Percentages of Color #c021dd

%43.05
%7.40
%49.55

CMYK Percentages of Color #c021dd

%13
%85
%0
%13

Triadic Colors of #c021dd

#c021dd #ddc021 #21ddc0

Analogous Colors of #c021dd

#c021dd #dd219c #6221dd

Monochromatic Colors of #c021dd

#c021dd

Complementary Color

#c021dd #3edd21

#c021dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c021dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c021dd Color CSS Codes

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

#c021dd Text Font Color

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

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


#c021dd Background Color

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

This div background color is #c021dd


#c021dd Border Color

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

This div border color is #c021dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c021dd


Comments

No comments written yet.

Please login to write comment.