Color Hex Logo

#c95cee Color Hex

#C95CEE
(201,92,238)
0 Favorites   0 Comments

Color spaces of #c95cee

RGB 20192238
HSL0.790.810.65
HSV285°61°93°
CMYK 0.160.610.00   0.07
XYZ43.347226.244883.6700
Yxy26.24480.28280.1712
Hunter Lab51.229761.3831-60.9736
CIE-Lab58.268764.7435-55.1398

#c95cee color RGB value is (201,92,238).

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

The process color (four color CMYK) of #c95cee color hex is 0.16, 0.61, 0.00, 0.07. Web safe color of #c95cee is #cc66ff. Color #c95cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011100 11101110
Octal 311 134 356
Decimal 201 92 238
Hex C9 5C EE

RGB Percentages of Color #c95cee

%37.85
%17.33
%44.82

CMYK Percentages of Color #c95cee

%16
%61
%0
%7

Triadic Colors of #c95cee

#c95cee #eec95c #5ceec9

Analogous Colors of #c95cee

#c95cee #ee5cca #805cee

Monochromatic Colors of #c95cee

#c95cee

Complementary Color

#c95cee #81ee5c

#c95cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95cee Color CSS Codes

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

#c95cee Text Font Color

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

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


#c95cee Background Color

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

This div background color is #c95cee


#c95cee Border Color

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

This div border color is #c95cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95cee


Comments

No comments written yet.

Please login to write comment.