Color Hex Logo

#e62bbe Color Hex

#E62BBE
(230,43,190)
0 Favorites   0 Comments

Color spaces of #e62bbe

RGB 23043190
HSL0.870.790.54
HSV313°81°90°
CMYK 0.000.810.17   0.10
XYZ42.791322.268550.7581
Yxy22.26850.36950.1923
Hunter Lab47.189579.2816-30.7410
CIE-Lab54.310780.1514-33.8508

#e62bbe color RGB value is (230,43,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00101011 10111110
Octal 346 53 276
Decimal 230 43 190
Hex E6 2B BE

RGB Percentages of Color #e62bbe

%49.68
%9.29
%41.04

CMYK Percentages of Color #e62bbe

%0
%81
%17
%10

Triadic Colors of #e62bbe

#e62bbe #bee62b #2bbee6

Analogous Colors of #e62bbe

#e62bbe #e62b60 #b12be6

Monochromatic Colors of #e62bbe

#e62bbe

Complementary Color

#e62bbe #2be653

#e62bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e62bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e62bbe Color CSS Codes

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

#e62bbe Text Font Color

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

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


#e62bbe Background Color

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

This div background color is #e62bbe


#e62bbe Border Color

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

This div border color is #e62bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e62bbe


Comments

No comments written yet.

Please login to write comment.