Color Hex Logo

#e384cb Color Hex

#E384CB
(227,132,203)
0 Favorites   0 Comments

Color spaces of #e384cb

RGB 227132203
HSL0.880.630.70
HSV315°42°89°
CMYK 0.000.420.11   0.11
XYZ50.709337.145260.9970
Yxy37.14520.34070.2495
Hunter Lab60.946941.8594-16.6760
CIE-Lab67.385846.1053-21.1030

#e384cb color RGB value is (227,132,203).

#e384cb hex color red value is 227, green value is 132 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e384cb hue: 0.88 , saturation: 0.63 and the lightness value of e384cb is 0.70.

The process color (four color CMYK) of #e384cb color hex is 0.00, 0.42, 0.11, 0.11. Web safe color of #e384cb is #cc99cc. Color #e384cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000100 11001011
Octal 343 204 313
Decimal 227 132 203
Hex E3 84 CB

RGB Percentages of Color #e384cb

%40.39
%23.49
%36.12

CMYK Percentages of Color #e384cb

%0
%42
%11
%11

Triadic Colors of #e384cb

#e384cb #cbe384 #84cbe3

Analogous Colors of #e384cb

#e384cb #e3849c #cc84e3

Monochromatic Colors of #e384cb

#e384cb

Complementary Color

#e384cb #84e39c

#e384cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e384cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e384cb Color CSS Codes

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

#e384cb Text Font Color

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

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


#e384cb Background Color

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

This div background color is #e384cb


#e384cb Border Color

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

This div border color is #e384cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e384cb


Comments

No comments written yet.

Please login to write comment.