Color Hex Logo

#c958af Color Hex

#C958AF
(201,88,175)
0 Favorites   0 Comments

Color spaces of #c958af

RGB 20188175
HSL0.870.510.57
HSV314°56°79°
CMYK 0.000.560.13   0.21
XYZ35.315022.492143.0375
Yxy22.49210.35020.2230
Hunter Lab47.425849.9224-20.6058
CIE-Lab54.545355.3797-25.1475

#c958af color RGB value is (201,88,175).

#c958af hex color red value is 201, green value is 88 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c958af hue: 0.87 , saturation: 0.51 and the lightness value of c958af is 0.57.

The process color (four color CMYK) of #c958af color hex is 0.00, 0.56, 0.13, 0.21. Web safe color of #c958af is #cc6699. Color #c958af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011000 10101111
Octal 311 130 257
Decimal 201 88 175
Hex C9 58 AF

RGB Percentages of Color #c958af

%43.32
%18.97
%37.72

CMYK Percentages of Color #c958af

%0
%56
%13
%21

Triadic Colors of #c958af

#c958af #afc958 #58afc9

Analogous Colors of #c958af

#c958af #c95877 #ab58c9

Monochromatic Colors of #c958af

#c958af

Complementary Color

#c958af #58c972

#c958af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c958af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c958af Color CSS Codes

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

#c958af Text Font Color

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

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


#c958af Background Color

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

This div background color is #c958af


#c958af Border Color

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

This div border color is #c958af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c958af


Comments

No comments written yet.

Please login to write comment.