Color Hex Logo

#c94cee Color Hex

#C94CEE
(201,76,238)
0 Favorites   0 Comments

Color spaces of #c94cee

RGB 20176238
HSL0.800.830.62
HSV286°68°93°
CMYK 0.160.680.00   0.07
XYZ42.104523.759483.2558
Yxy23.75940.28240.1593
Hunter Lab48.743668.8861-67.1489
CIE-Lab55.846171.4722-59.0139

#c94cee color RGB value is (201,76,238).

#c94cee hex color red value is 201, green value is 76 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c94cee hue: 0.80 , saturation: 0.83 and the lightness value of c94cee is 0.62.

The process color (four color CMYK) of #c94cee color hex is 0.16, 0.68, 0.00, 0.07. Web safe color of #c94cee is #cc33ff. Color #c94cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001100 11101110
Octal 311 114 356
Decimal 201 76 238
Hex C9 4C EE

RGB Percentages of Color #c94cee

%39.03
%14.76
%46.21

CMYK Percentages of Color #c94cee

%16
%68
%0
%7

Triadic Colors of #c94cee

#c94cee #eec94c #4ceec9

Analogous Colors of #c94cee

#c94cee #ee4cc2 #784cee

Monochromatic Colors of #c94cee

#c94cee

Complementary Color

#c94cee #71ee4c

#c94cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94cee Color CSS Codes

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

#c94cee Text Font Color

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

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


#c94cee Background Color

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

This div background color is #c94cee


#c94cee Border Color

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

This div border color is #c94cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94cee


Comments

No comments written yet.

Please login to write comment.