Color Hex Logo

#c95acf Color Hex

#C95ACF
(201,90,207)
0 Favorites   0 Comments

Color spaces of #c95acf

RGB 20190207
HSL0.820.550.58
HSV297°57°81°
CMYK 0.030.570.00   0.19
XYZ39.006024.234861.6534
Yxy24.23480.31230.1940
Hunter Lab49.228955.2822-39.7936
CIE-Lab56.322159.8313-40.7677

#c95acf color RGB value is (201,90,207).

#c95acf hex color red value is 201, green value is 90 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c95acf hue: 0.82 , saturation: 0.55 and the lightness value of c95acf is 0.58.

The process color (four color CMYK) of #c95acf color hex is 0.03, 0.57, 0.00, 0.19. Web safe color of #c95acf is #cc66cc. Color #c95acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011010 11001111
Octal 311 132 317
Decimal 201 90 207
Hex C9 5A CF

RGB Percentages of Color #c95acf

%40.36
%18.07
%41.57

CMYK Percentages of Color #c95acf

%3
%57
%0
%19

Triadic Colors of #c95acf

#c95acf #cfc95a #5acfc9

Analogous Colors of #c95acf

#c95acf #cf5a9b #8f5acf

Monochromatic Colors of #c95acf

#c95acf

Complementary Color

#c95acf #60cf5a

#c95acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95acf Color CSS Codes

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

#c95acf Text Font Color

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

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


#c95acf Background Color

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

This div background color is #c95acf


#c95acf Border Color

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

This div border color is #c95acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95acf


Comments

No comments written yet.

Please login to write comment.