Color Hex Logo

#e63abb Color Hex

#E63ABB
(230,58,187)
0 Favorites   0 Comments

Color spaces of #e63abb

RGB 23058187
HSL0.880.770.56
HSV315°75°90°
CMYK 0.000.750.19   0.10
XYZ43.115823.437049.2650
Yxy23.43700.37230.2024
Hunter Lab48.411874.2525-26.4467
CIE-Lab55.519675.9068-30.2307

#e63abb color RGB value is (230,58,187).

#e63abb hex color red value is 230, green value is 58 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e63abb hue: 0.88 , saturation: 0.77 and the lightness value of e63abb is 0.56.

The process color (four color CMYK) of #e63abb color hex is 0.00, 0.75, 0.19, 0.10. Web safe color of #e63abb is #ff33cc. Color #e63abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111010 10111011
Octal 346 72 273
Decimal 230 58 187
Hex E6 3A BB

RGB Percentages of Color #e63abb

%48.42
%12.21
%39.37

CMYK Percentages of Color #e63abb

%0
%75
%19
%10

Triadic Colors of #e63abb

#e63abb #bbe63a #3abbe6

Analogous Colors of #e63abb

#e63abb #e63a65 #bb3ae6

Monochromatic Colors of #e63abb

#e63abb

Complementary Color

#e63abb #3ae665

#e63abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e63abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e63abb Color CSS Codes

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

#e63abb Text Font Color

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

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


#e63abb Background Color

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

This div background color is #e63abb


#e63abb Border Color

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

This div border color is #e63abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,58,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e63abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e63abb;
  -webkit-box-shadow: 1px 1px 3px 2px #e63abb;
  box-shadow:         1px 1px 3px 2px #e63abb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,58,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e63abb


Comments

No comments written yet.

Please login to write comment.