Color Hex Logo

#c994ea Color Hex

#C994EA
(201,148,234)
0 Favorites   0 Comments

Color spaces of #c994ea

RGB 201148234
HSL0.770.670.75
HSV277°37°92°
CMYK 0.140.370.00   0.08
XYZ49.528639.537882.8630
Yxy39.53780.28810.2300
Hunter Lab62.879130.5625-34.1179
CIE-Lab69.139135.3761-35.8069

#c994ea color RGB value is (201,148,234).

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

The process color (four color CMYK) of #c994ea color hex is 0.14, 0.37, 0.00, 0.08. Web safe color of #c994ea is #cc99ff. Color #c994ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010100 11101010
Octal 311 224 352
Decimal 201 148 234
Hex C9 94 EA

RGB Percentages of Color #c994ea

%34.48
%25.39
%40.14

CMYK Percentages of Color #c994ea

%14
%37
%0
%8

Triadic Colors of #c994ea

#c994ea #eac994 #94eac9

Analogous Colors of #c994ea

#c994ea #ea94e0 #9e94ea

Monochromatic Colors of #c994ea

#c994ea

Complementary Color

#c994ea #b5ea94

#c994ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c994ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c994ea Color CSS Codes

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

#c994ea Text Font Color

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

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


#c994ea Background Color

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

This div background color is #c994ea


#c994ea Border Color

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

This div border color is #c994ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c994ea


Comments

No comments written yet.

Please login to write comment.