Color Hex Logo

#e477cb Color Hex

#E477CB
(228,119,203)
0 Favorites   0 Comments

Color spaces of #e477cb

RGB 228119203
HSL0.870.670.68
HSV314°48°89°
CMYK 0.000.480.11   0.11
XYZ49.371233.999460.4603
Yxy33.99940.34330.2364
Hunter Lab58.309049.0981-20.6612
CIE-Lab64.962152.9536-24.7969

#e477cb color RGB value is (228,119,203).

#e477cb hex color red value is 228, green value is 119 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e477cb hue: 0.87 , saturation: 0.67 and the lightness value of e477cb is 0.68.

The process color (four color CMYK) of #e477cb color hex is 0.00, 0.48, 0.11, 0.11. Web safe color of #e477cb is #cc66cc. Color #e477cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110111 11001011
Octal 344 167 313
Decimal 228 119 203
Hex E4 77 CB

RGB Percentages of Color #e477cb

%41.45
%21.64
%36.91

CMYK Percentages of Color #e477cb

%0
%48
%11
%11

Triadic Colors of #e477cb

#e477cb #cbe477 #77cbe4

Analogous Colors of #e477cb

#e477cb #e47795 #c777e4

Monochromatic Colors of #e477cb

#e477cb

Complementary Color

#e477cb #77e490

#e477cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e477cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e477cb Color CSS Codes

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

#e477cb Text Font Color

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

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


#e477cb Background Color

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

This div background color is #e477cb


#e477cb Border Color

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

This div border color is #e477cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,119,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e477cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e477cb;
  -webkit-box-shadow: 1px 1px 3px 2px #e477cb;
  box-shadow:         1px 1px 3px 2px #e477cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,119,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e477cb


Comments

No comments written yet.

Please login to write comment.