Color Hex Logo

#c95fdb Color Hex

#C95FDB
(201,95,219)
0 Favorites   0 Comments

Color spaces of #c95fdb

RGB 20195219
HSL0.810.630.62
HSV291°57°86°
CMYK 0.080.570.00   0.14
XYZ40.965825.716469.8225
Yxy25.71640.30010.1884
Hunter Lab50.711355.4516-46.1362
CIE-Lab57.766959.7254-45.2837

#c95fdb color RGB value is (201,95,219).

#c95fdb hex color red value is 201, green value is 95 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c95fdb hue: 0.81 , saturation: 0.63 and the lightness value of c95fdb is 0.62.

The process color (four color CMYK) of #c95fdb color hex is 0.08, 0.57, 0.00, 0.14. Web safe color of #c95fdb is #cc66cc. Color #c95fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011111 11011011
Octal 311 137 333
Decimal 201 95 219
Hex C9 5F DB

RGB Percentages of Color #c95fdb

%39.03
%18.45
%42.52

CMYK Percentages of Color #c95fdb

%8
%57
%0
%14

Triadic Colors of #c95fdb

#c95fdb #dbc95f #5fdbc9

Analogous Colors of #c95fdb

#c95fdb #db5faf #8b5fdb

Monochromatic Colors of #c95fdb

#c95fdb

Complementary Color

#c95fdb #71db5f

#c95fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95fdb Color CSS Codes

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

#c95fdb Text Font Color

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

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


#c95fdb Background Color

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

This div background color is #c95fdb


#c95fdb Border Color

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

This div border color is #c95fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95fdb


Comments

No comments written yet.

Please login to write comment.