Color Hex Logo

#e382be Color Hex

#E382BE
(227,130,190)
0 Favorites   0 Comments

Color spaces of #e382be

RGB 227130190
HSL0.900.630.70
HSV323°43°89°
CMYK 0.000.430.16   0.11
XYZ48.955436.013953.0863
Yxy36.01390.35460.2609
Hunter Lab60.011640.5939-10.4399
CIE-Lab66.530545.0615-15.1178

#e382be color RGB value is (227,130,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000010 10111110
Octal 343 202 276
Decimal 227 130 190
Hex E3 82 BE

RGB Percentages of Color #e382be

%41.50
%23.77
%34.73

CMYK Percentages of Color #e382be

%0
%43
%16
%11

Triadic Colors of #e382be

#e382be #bee382 #82bee3

Analogous Colors of #e382be

#e382be #e3828e #d882e3

Monochromatic Colors of #e382be

#e382be

Complementary Color

#e382be #82e3a7

#e382be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e382be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e382be Color CSS Codes

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

#e382be Text Font Color

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

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


#e382be Background Color

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

This div background color is #e382be


#e382be Border Color

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

This div border color is #e382be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,130,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e382be


Comments

No comments written yet.

Please login to write comment.