Color Hex Logo

#c95fed Color Hex

#C95FED
(201,95,237)
0 Favorites   0 Comments

Color spaces of #c95fed

RGB 20195237
HSL0.790.800.65
HSV285°60°93°
CMYK 0.150.600.00   0.07
XYZ43.465726.716382.9866
Yxy26.71630.28380.1744
Hunter Lab51.687859.6519-59.0107
CIE-Lab58.710863.1882-53.8774

#c95fed color RGB value is (201,95,237).

#c95fed hex color red value is 201, green value is 95 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c95fed hue: 0.79 , saturation: 0.80 and the lightness value of c95fed is 0.65.

The process color (four color CMYK) of #c95fed color hex is 0.15, 0.60, 0.00, 0.07. Web safe color of #c95fed is #cc66ff. Color #c95fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011111 11101101
Octal 311 137 355
Decimal 201 95 237
Hex C9 5F ED

RGB Percentages of Color #c95fed

%37.71
%17.82
%44.47

CMYK Percentages of Color #c95fed

%15
%60
%0
%7

Triadic Colors of #c95fed

#c95fed #edc95f #5fedc9

Analogous Colors of #c95fed

#c95fed #ed5fca #825fed

Monochromatic Colors of #c95fed

#c95fed

Complementary Color

#c95fed #83ed5f

#c95fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95fed Color CSS Codes

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

#c95fed Text Font Color

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

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


#c95fed Background Color

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

This div background color is #c95fed


#c95fed Border Color

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

This div border color is #c95fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95fed


Comments

No comments written yet.

Please login to write comment.