Color Hex Logo

#e621b5 Color Hex

#E621B5
(230,33,181)
0 Favorites   0 Comments

Color spaces of #e621b5

RGB 23033181
HSL0.870.800.52
HSV315°86°90°
CMYK 0.000.860.21   0.10
XYZ41.517521.246945.6289
Yxy21.24690.38300.1960
Hunter Lab46.094480.1110-26.4252
CIE-Lab53.218781.0177-30.3235

#e621b5 color RGB value is (230,33,181).

#e621b5 hex color red value is 230, green value is 33 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #e621b5 hue: 0.87 , saturation: 0.80 and the lightness value of e621b5 is 0.52.

The process color (four color CMYK) of #e621b5 color hex is 0.00, 0.86, 0.21, 0.10. Web safe color of #e621b5 is #ff33cc. Color #e621b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00100001 10110101
Octal 346 41 265
Decimal 230 33 181
Hex E6 21 B5

RGB Percentages of Color #e621b5

%51.80
%7.43
%40.77

CMYK Percentages of Color #e621b5

%0
%86
%21
%10

Triadic Colors of #e621b5

#e621b5 #b5e621 #21b5e6

Analogous Colors of #e621b5

#e621b5 #e62153 #b521e6

Monochromatic Colors of #e621b5

#e621b5

Complementary Color

#e621b5 #21e652

#e621b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e621b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e621b5 Color CSS Codes

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

#e621b5 Text Font Color

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

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


#e621b5 Background Color

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

This div background color is #e621b5


#e621b5 Border Color

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

This div border color is #e621b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e621b5


Comments

No comments written yet.

Please login to write comment.