Color Hex Logo

#c95eee Color Hex

#C95EEE
(201,94,238)
0 Favorites   0 Comments

Color spaces of #c95eee

RGB 20194238
HSL0.790.810.65
HSV285°61°93°
CMYK 0.160.610.00   0.07
XYZ43.522726.596083.7286
Yxy26.59600.28290.1729
Hunter Lab51.571360.3921-60.1604
CIE-Lab58.598563.8406-54.6139

#c95eee color RGB value is (201,94,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011110 11101110
Octal 311 136 356
Decimal 201 94 238
Hex C9 5E EE

RGB Percentages of Color #c95eee

%37.71
%17.64
%44.65

CMYK Percentages of Color #c95eee

%16
%61
%0
%7

Triadic Colors of #c95eee

#c95eee #eec95e #5eeec9

Analogous Colors of #c95eee

#c95eee #ee5ecb #815eee

Monochromatic Colors of #c95eee

#c95eee

Complementary Color

#c95eee #83ee5e

#c95eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95eee Color CSS Codes

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

#c95eee Text Font Color

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

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


#c95eee Background Color

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

This div background color is #c95eee


#c95eee Border Color

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

This div border color is #c95eee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,94,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 #c95eee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95eee


Comments

No comments written yet.

Please login to write comment.