Color Hex Logo

#c815dd Color Hex

#C815DD
(200,21,221)
0 Favorites   0 Comments

Color spaces of #c815dd

RGB 20021221
HSL0.820.830.47
HSV294°90°87°
CMYK 0.100.900.00   0.13
XYZ37.138718.036169.9305
Yxy18.03610.29690.1442
Hunter Lab42.468981.7760-67.9003
CIE-Lab49.539983.0388-59.5571

#c815dd color RGB value is (200,21,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010101 11011101
Octal 310 25 335
Decimal 200 21 221
Hex C8 15 DD

RGB Percentages of Color #c815dd

%45.25
%4.75
%50.00

CMYK Percentages of Color #c815dd

%10
%90
%0
%13

Triadic Colors of #c815dd

#c815dd #ddc815 #15ddc8

Analogous Colors of #c815dd

#c815dd #dd158e #6415dd

Monochromatic Colors of #c815dd

#c815dd

Complementary Color

#c815dd #2add15

#c815dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c815dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c815dd Color CSS Codes

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

#c815dd Text Font Color

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

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


#c815dd Background Color

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

This div background color is #c815dd


#c815dd Border Color

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

This div border color is #c815dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c815dd


Comments

No comments written yet.

Please login to write comment.