Color Hex Logo

#e621be Color Hex

#E621BE
(230,33,190)
0 Favorites   0 Comments

Color spaces of #e621be

RGB 23033190
HSL0.870.800.52
HSV312°86°90°
CMYK 0.000.860.17   0.10
XYZ42.471221.628450.6514
Yxy21.62840.37010.1885
Hunter Lab46.506381.6263-32.0200
CIE-Lab53.630582.1255-34.9149

#e621be color RGB value is (230,33,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00100001 10111110
Octal 346 41 276
Decimal 230 33 190
Hex E6 21 BE

RGB Percentages of Color #e621be

%50.77
%7.28
%41.94

CMYK Percentages of Color #e621be

%0
%86
%17
%10

Triadic Colors of #e621be

#e621be #bee621 #21bee6

Analogous Colors of #e621be

#e621be #e6215c #ac21e6

Monochromatic Colors of #e621be

#e621be

Complementary Color

#e621be #21e649

#e621be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e621be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e621be Color CSS Codes

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

#e621be Text Font Color

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

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


#e621be Background Color

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

This div background color is #e621be


#e621be Border Color

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

This div border color is #e621be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e621be


Comments

No comments written yet.

Please login to write comment.