Color Hex Logo

#c994ee Color Hex

#C994EE
(201,148,238)
0 Favorites   0 Comments

Color spaces of #c994ee

RGB 201148238
HSL0.760.730.76
HSV275°38°93°
CMYK 0.160.380.00   0.07
XYZ50.109939.770485.9243
Yxy39.77040.28500.2262
Hunter Lab63.063831.4729-36.6379
CIE-Lab69.305736.2259-37.7411

#c994ee color RGB value is (201,148,238).

#c994ee hex color red value is 201, green value is 148 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c994ee hue: 0.76 , saturation: 0.73 and the lightness value of c994ee is 0.76.

The process color (four color CMYK) of #c994ee color hex is 0.16, 0.38, 0.00, 0.07. Web safe color of #c994ee is #cc99ff. Color #c994ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010100 11101110
Octal 311 224 356
Decimal 201 148 238
Hex C9 94 EE

RGB Percentages of Color #c994ee

%34.24
%25.21
%40.55

CMYK Percentages of Color #c994ee

%16
%38
%0
%7

Triadic Colors of #c994ee

#c994ee #eec994 #94eec9

Analogous Colors of #c994ee

#c994ee #ee94e6 #9c94ee

Monochromatic Colors of #c994ee

#c994ee

Complementary Color

#c994ee #b9ee94

#c994ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c994ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c994ee Color CSS Codes

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

#c994ee Text Font Color

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

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


#c994ee Background Color

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

This div background color is #c994ee


#c994ee Border Color

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

This div border color is #c994ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c994ee


Comments

No comments written yet.

Please login to write comment.