Color Hex Logo

#e63abd Color Hex

#E63ABD
(230,58,189)
0 Favorites   0 Comments

Color spaces of #e63abd

RGB 23058189
HSL0.870.770.56
HSV314°75°90°
CMYK 0.000.750.18   0.10
XYZ43.331523.523250.4007
Yxy23.52320.36950.2006
Hunter Lab48.500774.5992-27.6621
CIE-Lab55.607276.1689-31.2506

#e63abd color RGB value is (230,58,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111010 10111101
Octal 346 72 275
Decimal 230 58 189
Hex E6 3A BD

RGB Percentages of Color #e63abd

%48.22
%12.16
%39.62

CMYK Percentages of Color #e63abd

%0
%75
%18
%10

Triadic Colors of #e63abd

#e63abd #bde63a #3abde6

Analogous Colors of #e63abd

#e63abd #e63a67 #b93ae6

Monochromatic Colors of #e63abd

#e63abd

Complementary Color

#e63abd #3ae663

#e63abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e63abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e63abd Color CSS Codes

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

#e63abd Text Font Color

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

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


#e63abd Background Color

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

This div background color is #e63abd


#e63abd Border Color

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

This div border color is #e63abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e63abd


Comments

No comments written yet.

Please login to write comment.