Color Hex Logo

#e629be Color Hex

#E629BE
(230,41,190)
0 Favorites   0 Comments

Color spaces of #e629be

RGB 23041190
HSL0.870.790.53
HSV313°82°90°
CMYK 0.000.820.17   0.10
XYZ42.720322.126650.7344
Yxy22.12660.36960.1914
Hunter Lab47.038979.7939-31.0207
CIE-Lab54.161180.5844-34.0847

#e629be color RGB value is (230,41,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00101001 10111110
Octal 346 51 276
Decimal 230 41 190
Hex E6 29 BE

RGB Percentages of Color #e629be

%49.89
%8.89
%41.21

CMYK Percentages of Color #e629be

%0
%82
%17
%10

Triadic Colors of #e629be

#e629be #bee629 #29bee6

Analogous Colors of #e629be

#e629be #e6295f #b029e6

Monochromatic Colors of #e629be

#e629be

Complementary Color

#e629be #29e651

#e629be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e629be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e629be Color CSS Codes

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

#e629be Text Font Color

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

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


#e629be Background Color

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

This div background color is #e629be


#e629be Border Color

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

This div border color is #e629be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e629be


Comments

No comments written yet.

Please login to write comment.