Color Hex Logo

#e61ed5 Color Hex

#E61ED5
(230,30,213)
0 Favorites   0 Comments

Color spaces of #e61ed5

RGB 23030213
HSL0.850.800.51
HSV305°87°90°
CMYK 0.000.870.07   0.10
XYZ45.107622.555664.9270
Yxy22.55560.34020.1701
Hunter Lab47.492786.4232-47.8100
CIE-Lab54.611685.6478-46.5950

#e61ed5 color RGB value is (230,30,213).

#e61ed5 hex color red value is 230, green value is 30 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #e61ed5 hue: 0.85 , saturation: 0.80 and the lightness value of e61ed5 is 0.51.

The process color (four color CMYK) of #e61ed5 color hex is 0.00, 0.87, 0.07, 0.10. Web safe color of #e61ed5 is #ff33cc. Color #e61ed5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011110 11010101
Octal 346 36 325
Decimal 230 30 213
Hex E6 1E D5

RGB Percentages of Color #e61ed5

%48.63
%6.34
%45.03

CMYK Percentages of Color #e61ed5

%0
%87
%7
%10

Triadic Colors of #e61ed5

#e61ed5 #d5e61e #1ed5e6

Analogous Colors of #e61ed5

#e61ed5 #e61e71 #931ee6

Monochromatic Colors of #e61ed5

#e61ed5

Complementary Color

#e61ed5 #1ee62f

#e61ed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61ed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61ed5 Color CSS Codes

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

#e61ed5 Text Font Color

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

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


#e61ed5 Background Color

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

This div background color is #e61ed5


#e61ed5 Border Color

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

This div border color is #e61ed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61ed5


Comments

No comments written yet.

Please login to write comment.