Color Hex Logo

#c975dd Color Hex

#C975DD
(201,117,221)
0 Favorites   0 Comments

Color spaces of #c975dd

RGB 201117221
HSL0.800.600.66
HSV288°47°87°
CMYK 0.090.470.00   0.13
XYZ43.499830.360571.9741
Yxy30.36050.29830.2082
Hunter Lab55.100444.4938-38.8765
CIE-Lab61.964049.2664-39.8009

#c975dd color RGB value is (201,117,221).

#c975dd hex color red value is 201, green value is 117 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c975dd hue: 0.80 , saturation: 0.60 and the lightness value of c975dd is 0.66.

The process color (four color CMYK) of #c975dd color hex is 0.09, 0.47, 0.00, 0.13. Web safe color of #c975dd is #cc66cc. Color #c975dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110101 11011101
Octal 311 165 335
Decimal 201 117 221
Hex C9 75 DD

RGB Percentages of Color #c975dd

%37.29
%21.71
%41.00

CMYK Percentages of Color #c975dd

%9
%47
%0
%13

Triadic Colors of #c975dd

#c975dd #ddc975 #75ddc9

Analogous Colors of #c975dd

#c975dd #dd75bd #9575dd

Monochromatic Colors of #c975dd

#c975dd

Complementary Color

#c975dd #89dd75

#c975dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c975dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c975dd Color CSS Codes

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

#c975dd Text Font Color

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

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


#c975dd Background Color

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

This div background color is #c975dd


#c975dd Border Color

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

This div border color is #c975dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,117,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c975dd


Comments

No comments written yet.

Please login to write comment.