Color Hex Logo

#c517ed Color Hex

#C517ED
(197,23,237)
0 Favorites   0 Comments

Color spaces of #c517ed

RGB 19723237
HSL0.800.860.51
HSV289°90°93°
CMYK 0.170.900.00   0.07
XYZ38.618418.597581.6750
Yxy18.59750.27800.1339
Hunter Lab43.124884.3788-82.1032
CIE-Lab50.212984.9292-67.5613

#c517ed color RGB value is (197,23,237).

#c517ed hex color red value is 197, green value is 23 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c517ed hue: 0.80 , saturation: 0.86 and the lightness value of c517ed is 0.51.

The process color (four color CMYK) of #c517ed color hex is 0.17, 0.90, 0.00, 0.07. Web safe color of #c517ed is #cc00ff. Color #c517ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010111 11101101
Octal 305 27 355
Decimal 197 23 237
Hex C5 17 ED

RGB Percentages of Color #c517ed

%43.11
%5.03
%51.86

CMYK Percentages of Color #c517ed

%17
%90
%0
%7

Triadic Colors of #c517ed

#c517ed #edc517 #17edc5

Analogous Colors of #c517ed

#c517ed #ed17aa #5a17ed

Monochromatic Colors of #c517ed

#c517ed

Complementary Color

#c517ed #3fed17

#c517ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c517ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c517ed Color CSS Codes

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

#c517ed Text Font Color

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

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


#c517ed Background Color

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

This div background color is #c517ed


#c517ed Border Color

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

This div border color is #c517ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,23,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c517ed


Comments

No comments written yet.

Please login to write comment.