Color Hex Logo

#c95fea Color Hex

#C95FEA
(201,95,234)
0 Favorites   0 Comments

Color spaces of #c95fea

RGB 20195234
HSL0.790.770.65
HSV286°59°92°
CMYK 0.140.590.00   0.08
XYZ43.030926.542480.6971
Yxy26.54240.28640.1766
Hunter Lab51.519358.9312-56.8052
CIE-Lab58.548462.5997-52.4617

#c95fea color RGB value is (201,95,234).

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

The process color (four color CMYK) of #c95fea color hex is 0.14, 0.59, 0.00, 0.08. Web safe color of #c95fea is #cc66ff. Color #c95fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011111 11101010
Octal 311 137 352
Decimal 201 95 234
Hex C9 5F EA

RGB Percentages of Color #c95fea

%37.92
%17.92
%44.15

CMYK Percentages of Color #c95fea

%14
%59
%0
%8

Triadic Colors of #c95fea

#c95fea #eac95f #5feac9

Analogous Colors of #c95fea

#c95fea #ea5fc6 #845fea

Monochromatic Colors of #c95fea

#c95fea

Complementary Color

#c95fea #80ea5f

#c95fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95fea Color CSS Codes

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

#c95fea Text Font Color

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

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


#c95fea Background Color

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

This div background color is #c95fea


#c95fea Border Color

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

This div border color is #c95fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95fea


Comments

No comments written yet.

Please login to write comment.