Color Hex Logo

#e62abd Color Hex

#E62ABD
(230,42,189)
0 Favorites   0 Comments

Color spaces of #e62abd

RGB 23042189
HSL0.870.790.53
HSV313°82°90°
CMYK 0.000.820.18   0.10
XYZ42.646422.153050.1724
Yxy22.15300.37090.1927
Hunter Lab47.067079.3679-30.2550
CIE-Lab54.189080.2432-33.4619

#e62abd color RGB value is (230,42,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00101010 10111101
Octal 346 52 275
Decimal 230 42 189
Hex E6 2A BD

RGB Percentages of Color #e62abd

%49.89
%9.11
%41.00

CMYK Percentages of Color #e62abd

%0
%82
%18
%10

Triadic Colors of #e62abd

#e62abd #bde62a #2abde6

Analogous Colors of #e62abd

#e62abd #e62a5f #b12ae6

Monochromatic Colors of #e62abd

#e62abd

Complementary Color

#e62abd #2ae653

#e62abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e62abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e62abd Color CSS Codes

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

#e62abd Text Font Color

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

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


#e62abd Background Color

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

This div background color is #e62abd


#e62abd Border Color

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

This div border color is #e62abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e62abd


Comments

No comments written yet.

Please login to write comment.