Color Hex Logo

#c95fdc Color Hex

#C95FDC
(201,95,220)
0 Favorites   0 Comments

Color spaces of #c95fdc

RGB 20195220
HSL0.810.640.62
HSV291°57°86°
CMYK 0.090.570.00   0.14
XYZ41.097925.769270.5180
Yxy25.76920.29910.1876
Hunter Lab50.763455.6773-46.8284
CIE-Lab57.817359.9135-45.7675

#c95fdc color RGB value is (201,95,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011111 11011100
Octal 311 137 334
Decimal 201 95 220
Hex C9 5F DC

RGB Percentages of Color #c95fdc

%38.95
%18.41
%42.64

CMYK Percentages of Color #c95fdc

%9
%57
%0
%14

Triadic Colors of #c95fdc

#c95fdc #dcc95f #5fdcc9

Analogous Colors of #c95fdc

#c95fdc #dc5fb1 #8b5fdc

Monochromatic Colors of #c95fdc

#c95fdc

Complementary Color

#c95fdc #72dc5f

#c95fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95fdc Color CSS Codes

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

#c95fdc Text Font Color

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

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


#c95fdc Background Color

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

This div background color is #c95fdc


#c95fdc Border Color

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

This div border color is #c95fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95fdc


Comments

No comments written yet.

Please login to write comment.