Color Hex Logo

#c023dd Color Hex

#C023DD
(192,35,221)
0 Favorites   0 Comments

Color spaces of #c023dd

RGB 19235221
HSL0.810.730.50
HSV291°84°87°
CMYK 0.130.840.00   0.13
XYZ35.390417.629069.9441
Yxy17.62900.28780.1434
Hunter Lab41.986976.9790-69.3777
CIE-Lab49.043079.3521-60.4249

#c023dd color RGB value is (192,35,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100011 11011101
Octal 300 43 335
Decimal 192 35 221
Hex C0 23 DD

RGB Percentages of Color #c023dd

%42.86
%7.81
%49.33

CMYK Percentages of Color #c023dd

%13
%84
%0
%13

Triadic Colors of #c023dd

#c023dd #ddc023 #23ddc0

Analogous Colors of #c023dd

#c023dd #dd239d #6323dd

Monochromatic Colors of #c023dd

#c023dd

Complementary Color

#c023dd #40dd23

#c023dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c023dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c023dd Color CSS Codes

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

#c023dd Text Font Color

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

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


#c023dd Background Color

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

This div background color is #c023dd


#c023dd Border Color

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

This div border color is #c023dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c023dd


Comments

No comments written yet.

Please login to write comment.