Color Hex Logo

#c815de Color Hex

#C815DE
(200,21,222)
0 Favorites   0 Comments

Color spaces of #c815de

RGB 20021222
HSL0.820.830.48
HSV293°91°87°
CMYK 0.100.910.00   0.13
XYZ37.272418.089670.6344
Yxy18.08960.29580.1436
Hunter Lab42.531981.9960-68.6930
CIE-Lab49.604683.1979-60.0225

#c815de color RGB value is (200,21,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010101 11011110
Octal 310 25 336
Decimal 200 21 222
Hex C8 15 DE

RGB Percentages of Color #c815de

%45.15
%4.74
%50.11

CMYK Percentages of Color #c815de

%10
%91
%0
%13

Triadic Colors of #c815de

#c815de #dec815 #15dec8

Analogous Colors of #c815de

#c815de #de1590 #6415de

Monochromatic Colors of #c815de

#c815de

Complementary Color

#c815de #2bde15

#c815de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c815de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c815de Color CSS Codes

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

#c815de Text Font Color

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

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


#c815de Background Color

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

This div background color is #c815de


#c815de Border Color

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

This div border color is #c815de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,21,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c815de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c815de


Comments

No comments written yet.

Please login to write comment.