Color Hex Logo

#c95fcd Color Hex

#C95FCD
(201,95,205)
0 Favorites   0 Comments

Color spaces of #c95fcd

RGB 20195205
HSL0.830.520.59
HSV298°54°80°
CMYK 0.020.540.00   0.20
XYZ39.199025.009760.5189
Yxy25.00970.31430.2005
Hunter Lab50.009752.3963-36.7426
CIE-Lab57.084957.1554-38.4314

#c95fcd color RGB value is (201,95,205).

#c95fcd hex color red value is 201, green value is 95 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c95fcd hue: 0.83 , saturation: 0.52 and the lightness value of c95fcd is 0.59.

The process color (four color CMYK) of #c95fcd color hex is 0.02, 0.54, 0.00, 0.20. Web safe color of #c95fcd is #cc66cc. Color #c95fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011111 11001101
Octal 311 137 315
Decimal 201 95 205
Hex C9 5F CD

RGB Percentages of Color #c95fcd

%40.12
%18.96
%40.92

CMYK Percentages of Color #c95fcd

%2
%54
%0
%20

Triadic Colors of #c95fcd

#c95fcd #cdc95f #5fcdc9

Analogous Colors of #c95fcd

#c95fcd #cd5f9a #925fcd

Monochromatic Colors of #c95fcd

#c95fcd

Complementary Color

#c95fcd #63cd5f

#c95fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95fcd Color CSS Codes

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

#c95fcd Text Font Color

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

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


#c95fcd Background Color

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

This div background color is #c95fcd


#c95fcd Border Color

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

This div border color is #c95fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95fcd


Comments

No comments written yet.

Please login to write comment.