Color Hex Logo

#c022dd Color Hex

#C022DD
(192,34,221)
0 Favorites   0 Comments

Color spaces of #c022dd

RGB 19234221
HSL0.810.730.50
HSV291°85°87°
CMYK 0.130.850.00   0.13
XYZ35.361417.571069.9344
Yxy17.57100.28780.1430
Hunter Lab41.917877.2246-69.5753
CIE-Lab48.971679.5616-60.5401

#c022dd color RGB value is (192,34,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100010 11011101
Octal 300 42 335
Decimal 192 34 221
Hex C0 22 DD

RGB Percentages of Color #c022dd

%42.95
%7.61
%49.44

CMYK Percentages of Color #c022dd

%13
%85
%0
%13

Triadic Colors of #c022dd

#c022dd #ddc022 #22ddc0

Analogous Colors of #c022dd

#c022dd #dd229d #6222dd

Monochromatic Colors of #c022dd

#c022dd

Complementary Color

#c022dd #3fdd22

#c022dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c022dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c022dd Color CSS Codes

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

#c022dd Text Font Color

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

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


#c022dd Background Color

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

This div background color is #c022dd


#c022dd Border Color

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

This div border color is #c022dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c022dd


Comments

No comments written yet.

Please login to write comment.