Color Hex Logo

#c814dd Color Hex

#C814DD
(200,20,221)
0 Favorites   0 Comments

Color spaces of #c814dd

RGB 20020221
HSL0.820.830.47
HSV294°91°87°
CMYK 0.100.910.00   0.13
XYZ37.120718.000169.9245
Yxy18.00010.29690.1439
Hunter Lab42.426581.9305-68.0192
CIE-Lab49.496283.1678-59.6274

#c814dd color RGB value is (200,20,221).

#c814dd hex color red value is 200, green value is 20 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c814dd hue: 0.82 , saturation: 0.83 and the lightness value of c814dd is 0.47.

The process color (four color CMYK) of #c814dd color hex is 0.10, 0.91, 0.00, 0.13. Web safe color of #c814dd is #cc00cc. Color #c814dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010100 11011101
Octal 310 24 335
Decimal 200 20 221
Hex C8 14 DD

RGB Percentages of Color #c814dd

%45.35
%4.54
%50.11

CMYK Percentages of Color #c814dd

%10
%91
%0
%13

Triadic Colors of #c814dd

#c814dd #ddc814 #14ddc8

Analogous Colors of #c814dd

#c814dd #dd148e #6314dd

Monochromatic Colors of #c814dd

#c814dd

Complementary Color

#c814dd #29dd14

#c814dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c814dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c814dd Color CSS Codes

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

#c814dd Text Font Color

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

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


#c814dd Background Color

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

This div background color is #c814dd


#c814dd Border Color

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

This div border color is #c814dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c814dd


Comments

No comments written yet.

Please login to write comment.