Color Hex Logo

#e629bb Color Hex

#E629BB
(230,41,187)
0 Favorites   0 Comments

Color spaces of #e629bb

RGB 23041187
HSL0.870.790.53
HSV314°82°90°
CMYK 0.000.820.19   0.10
XYZ42.395721.996749.0250
Yxy21.99670.37380.1939
Hunter Lab46.900679.2784-29.1451
CIE-Lab54.023580.2049-32.5605

#e629bb color RGB value is (230,41,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00101001 10111011
Octal 346 51 273
Decimal 230 41 187
Hex E6 29 BB

RGB Percentages of Color #e629bb

%50.22
%8.95
%40.83

CMYK Percentages of Color #e629bb

%0
%82
%19
%10

Triadic Colors of #e629bb

#e629bb #bbe629 #29bbe6

Analogous Colors of #e629bb

#e629bb #e6295c #b329e6

Monochromatic Colors of #e629bb

#e629bb

Complementary Color

#e629bb #29e654

#e629bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e629bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e629bb Color CSS Codes

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

#e629bb Text Font Color

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

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


#e629bb Background Color

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

This div background color is #e629bb


#e629bb Border Color

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

This div border color is #e629bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e629bb


Comments

No comments written yet.

Please login to write comment.