Color Hex Logo

#c517de Color Hex

#C517DE
(197,23,222)
0 Favorites   0 Comments

Color spaces of #c517de

RGB 19723222
HSL0.810.810.48
HSV292°90°87°
CMYK 0.110.900.00   0.13
XYZ36.517217.757070.6100
Yxy17.75700.29240.1422
Hunter Lab42.139180.9426-69.8515
CIE-Lab49.200082.4530-60.7001

#c517de color RGB value is (197,23,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010111 11011110
Octal 305 27 336
Decimal 197 23 222
Hex C5 17 DE

RGB Percentages of Color #c517de

%44.57
%5.20
%50.23

CMYK Percentages of Color #c517de

%11
%90
%0
%13

Triadic Colors of #c517de

#c517de #dec517 #17dec5

Analogous Colors of #c517de

#c517de #de1794 #6217de

Monochromatic Colors of #c517de

#c517de

Complementary Color

#c517de #30de17

#c517de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c517de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c517de Color CSS Codes

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

#c517de Text Font Color

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

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


#c517de Background Color

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

This div background color is #c517de


#c517de Border Color

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

This div border color is #c517de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c517de


Comments

No comments written yet.

Please login to write comment.