Color Hex Logo

#c975ce Color Hex

#C975CE
(201,117,206)
0 Favorites   0 Comments

Color spaces of #c975ce

RGB 201117206
HSL0.820.480.63
HSV297°43°81°
CMYK 0.020.430.00   0.19
XYZ41.589329.596361.9132
Yxy29.59630.31250.2224
Hunter Lab54.402541.2543-29.3937
CIE-Lab61.304346.3843-32.4098

#c975ce color RGB value is (201,117,206).

#c975ce hex color red value is 201, green value is 117 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c975ce hue: 0.82 , saturation: 0.48 and the lightness value of c975ce is 0.63.

The process color (four color CMYK) of #c975ce color hex is 0.02, 0.43, 0.00, 0.19. Web safe color of #c975ce is #cc66cc. Color #c975ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110101 11001110
Octal 311 165 316
Decimal 201 117 206
Hex C9 75 CE

RGB Percentages of Color #c975ce

%38.36
%22.33
%39.31

CMYK Percentages of Color #c975ce

%2
%43
%0
%19

Triadic Colors of #c975ce

#c975ce #cec975 #75cec9

Analogous Colors of #c975ce

#c975ce #ce75a7 #9d75ce

Monochromatic Colors of #c975ce

#c975ce

Complementary Color

#c975ce #7ace75

#c975ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c975ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c975ce Color CSS Codes

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

#c975ce Text Font Color

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

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


#c975ce Background Color

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

This div background color is #c975ce


#c975ce Border Color

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

This div border color is #c975ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c975ce


Comments

No comments written yet.

Please login to write comment.