Color Hex Logo

#c813dd Color Hex

#C813DD
(200,19,221)
0 Favorites   0 Comments

Color spaces of #c813dd

RGB 20019221
HSL0.820.840.47
HSV294°91°87°
CMYK 0.100.910.00   0.13
XYZ37.103417.965669.9187
Yxy17.96560.29690.1437
Hunter Lab42.385882.0787-68.1333
CIE-Lab49.454483.2915-59.6948

#c813dd color RGB value is (200,19,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010011 11011101
Octal 310 23 335
Decimal 200 19 221
Hex C8 13 DD

RGB Percentages of Color #c813dd

%45.45
%4.32
%50.23

CMYK Percentages of Color #c813dd

%10
%91
%0
%13

Triadic Colors of #c813dd

#c813dd #ddc813 #13ddc8

Analogous Colors of #c813dd

#c813dd #dd138d #6313dd

Monochromatic Colors of #c813dd

#c813dd

Complementary Color

#c813dd #28dd13

#c813dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c813dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c813dd Color CSS Codes

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

#c813dd Text Font Color

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

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


#c813dd Background Color

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

This div background color is #c813dd


#c813dd Border Color

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

This div border color is #c813dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c813dd


Comments

No comments written yet.

Please login to write comment.