Color Hex Logo

#e483be Color Hex

#E483BE
(228,131,190)
0 Favorites   0 Comments

Color spaces of #e483be

RGB 228131190
HSL0.900.640.70
HSV324°43°89°
CMYK 0.000.430.17   0.11
XYZ49.405536.444353.1457
Yxy36.44430.35540.2622
Hunter Lab60.369140.4367-9.9373
CIE-Lab66.858044.8746-14.6119

#e483be color RGB value is (228,131,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000011 10111110
Octal 344 203 276
Decimal 228 131 190
Hex E4 83 BE

RGB Percentages of Color #e483be

%41.53
%23.86
%34.61

CMYK Percentages of Color #e483be

%0
%43
%17
%11

Triadic Colors of #e483be

#e483be #bee483 #83bee4

Analogous Colors of #e483be

#e483be #e4838e #da83e4

Monochromatic Colors of #e483be

#e483be

Complementary Color

#e483be #83e4a9

#e483be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e483be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e483be Color CSS Codes

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

#e483be Text Font Color

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

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


#e483be Background Color

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

This div background color is #e483be


#e483be Border Color

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

This div border color is #e483be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e483be


Comments

No comments written yet.

Please login to write comment.