Color Hex Logo

#c975ba Color Hex

#C975BA
(201,117,186)
0 Favorites   0 Comments

Color spaces of #c975ba

RGB 201117186
HSL0.860.440.62
HSV311°42°79°
CMYK 0.000.420.07   0.21
XYZ39.311628.685349.9192
Yxy28.68530.33340.2433
Hunter Lab53.558737.2898-17.7700
CIE-Lab60.502942.7787-22.3156

#c975ba color RGB value is (201,117,186).

#c975ba hex color red value is 201, green value is 117 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c975ba hue: 0.86 , saturation: 0.44 and the lightness value of c975ba is 0.62.

The process color (four color CMYK) of #c975ba color hex is 0.00, 0.42, 0.07, 0.21. Web safe color of #c975ba is #cc66cc. Color #c975ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110101 10111010
Octal 311 165 272
Decimal 201 117 186
Hex C9 75 BA

RGB Percentages of Color #c975ba

%39.88
%23.21
%36.90

CMYK Percentages of Color #c975ba

%0
%42
%7
%21

Triadic Colors of #c975ba

#c975ba #bac975 #75bac9

Analogous Colors of #c975ba

#c975ba #c97590 #ae75c9

Monochromatic Colors of #c975ba

#c975ba

Complementary Color

#c975ba #75c984

#c975ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c975ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c975ba Color CSS Codes

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

#c975ba Text Font Color

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

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


#c975ba Background Color

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

This div background color is #c975ba


#c975ba Border Color

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

This div border color is #c975ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c975ba


Comments

No comments written yet.

Please login to write comment.