Color Hex Logo

#c615de Color Hex

#C615DE
(198,21,222)
0 Favorites   0 Comments

Color spaces of #c615de

RGB 19821222
HSL0.810.830.48
HSV293°91°87°
CMYK 0.110.910.00   0.13
XYZ36.741717.816070.6096
Yxy17.81600.29350.1423
Hunter Lab42.209081.5133-69.6374
CIE-Lab49.272282.8855-60.5754

#c615de color RGB value is (198,21,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010101 11011110
Octal 306 25 336
Decimal 198 21 222
Hex C6 15 DE

RGB Percentages of Color #c615de

%44.90
%4.76
%50.34

CMYK Percentages of Color #c615de

%11
%91
%0
%13

Triadic Colors of #c615de

#c615de #dec615 #15dec6

Analogous Colors of #c615de

#c615de #de1592 #6215de

Monochromatic Colors of #c615de

#c615de

Complementary Color

#c615de #2dde15

#c615de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c615de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c615de Color CSS Codes

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

#c615de Text Font Color

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

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


#c615de Background Color

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

This div background color is #c615de


#c615de Border Color

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

This div border color is #c615de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c615de


Comments

No comments written yet.

Please login to write comment.