Color Hex Logo

#c95ffb Color Hex

#C95FFB
(201,95,251)
0 Favorites   0 Comments

Color spaces of #c95ffb

RGB 20195251
HSL0.780.950.68
HSV281°62°98°
CMYK 0.200.620.00   0.02
XYZ45.592227.567094.1848
Yxy27.56700.27240.1647
Hunter Lab52.504363.1183-69.6044
CIE-Lab59.495565.9882-60.3976

#c95ffb color RGB value is (201,95,251).

#c95ffb hex color red value is 201, green value is 95 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c95ffb hue: 0.78 , saturation: 0.95 and the lightness value of c95ffb is 0.68.

The process color (four color CMYK) of #c95ffb color hex is 0.20, 0.62, 0.00, 0.02. Web safe color of #c95ffb is #cc66ff. Color #c95ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011111 11111011
Octal 311 137 373
Decimal 201 95 251
Hex C9 5F FB

RGB Percentages of Color #c95ffb

%36.75
%17.37
%45.89

CMYK Percentages of Color #c95ffb

%20
%62
%0
%2

Triadic Colors of #c95ffb

#c95ffb #fbc95f #5ffbc9

Analogous Colors of #c95ffb

#c95ffb #fb5fdf #7b5ffb

Monochromatic Colors of #c95ffb

#c95ffb

Complementary Color

#c95ffb #91fb5f

#c95ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95ffb Color CSS Codes

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

#c95ffb Text Font Color

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

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


#c95ffb Background Color

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

This div background color is #c95ffb


#c95ffb Border Color

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

This div border color is #c95ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95ffb


Comments

No comments written yet.

Please login to write comment.