Color Hex Logo

#e94cdd Color Hex

#E94CDD
(233,76,221)
0 Favorites   0 Comments

Color spaces of #e94cdd

RGB 23376221
HSL0.850.780.61
HSV305°67°91°
CMYK 0.000.670.05   0.09
XYZ49.239927.713071.1605
Yxy27.71300.33240.1871
Hunter Lab52.643174.8350-43.2952
CIE-Lab59.628675.5864-43.1686

#e94cdd color RGB value is (233,76,221).

#e94cdd hex color red value is 233, green value is 76 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e94cdd hue: 0.85 , saturation: 0.78 and the lightness value of e94cdd is 0.61.

The process color (four color CMYK) of #e94cdd color hex is 0.00, 0.67, 0.05, 0.09. Web safe color of #e94cdd is #ff33cc. Color #e94cdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001100 11011101
Octal 351 114 335
Decimal 233 76 221
Hex E9 4C DD

RGB Percentages of Color #e94cdd

%43.96
%14.34
%41.70

CMYK Percentages of Color #e94cdd

%0
%67
%5
%9

Triadic Colors of #e94cdd

#e94cdd #dde94c #4cdde9

Analogous Colors of #e94cdd

#e94cdd #e94c8f #a74ce9

Monochromatic Colors of #e94cdd

#e94cdd

Complementary Color

#e94cdd #4ce958

#e94cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94cdd Color CSS Codes

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

#e94cdd Text Font Color

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

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


#e94cdd Background Color

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

This div background color is #e94cdd


#e94cdd Border Color

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

This div border color is #e94cdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,76,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94cdd


Comments

No comments written yet.

Please login to write comment.