Color Hex Logo

#c975ed Color Hex

#C975ED
(201,117,237)
0 Favorites   0 Comments

Color spaces of #c975ed

RGB 201117237
HSL0.780.770.69
HSV282°51°93°
CMYK 0.150.510.00   0.07
XYZ45.734731.254583.7430
Yxy31.25450.28450.1945
Hunter Lab55.905748.1902-49.6784
CIE-Lab62.721952.4888-47.5151

#c975ed color RGB value is (201,117,237).

#c975ed hex color red value is 201, green value is 117 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c975ed hue: 0.78 , saturation: 0.77 and the lightness value of c975ed is 0.69.

The process color (four color CMYK) of #c975ed color hex is 0.15, 0.51, 0.00, 0.07. Web safe color of #c975ed is #cc66ff. Color #c975ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110101 11101101
Octal 311 165 355
Decimal 201 117 237
Hex C9 75 ED

RGB Percentages of Color #c975ed

%36.22
%21.08
%42.70

CMYK Percentages of Color #c975ed

%15
%51
%0
%7

Triadic Colors of #c975ed

#c975ed #edc975 #75edc9

Analogous Colors of #c975ed

#c975ed #ed75d5 #8d75ed

Monochromatic Colors of #c975ed

#c975ed

Complementary Color

#c975ed #99ed75

#c975ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c975ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c975ed Color CSS Codes

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

#c975ed Text Font Color

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

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


#c975ed Background Color

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

This div background color is #c975ed


#c975ed Border Color

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

This div border color is #c975ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c975ed


Comments

No comments written yet.

Please login to write comment.