Color Hex Logo

#e634ab Color Hex

#E634AB
(230,52,171)
0 Favorites   0 Comments

Color spaces of #e634ab

RGB 23052171
HSL0.890.780.55
HSV320°77°90°
CMYK 0.000.770.26   0.10
XYZ41.211822.219340.6447
Yxy22.21930.39600.2135
Hunter Lab47.137473.5707-18.1273
CIE-Lab54.258975.6004-22.8691

#e634ab color RGB value is (230,52,171).

#e634ab hex color red value is 230, green value is 52 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e634ab hue: 0.89 , saturation: 0.78 and the lightness value of e634ab is 0.55.

The process color (four color CMYK) of #e634ab color hex is 0.00, 0.77, 0.26, 0.10. Web safe color of #e634ab is #ff3399. Color #e634ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110100 10101011
Octal 346 64 253
Decimal 230 52 171
Hex E6 34 AB

RGB Percentages of Color #e634ab

%50.77
%11.48
%37.75

CMYK Percentages of Color #e634ab

%0
%77
%26
%10

Triadic Colors of #e634ab

#e634ab #abe634 #34abe6

Analogous Colors of #e634ab

#e634ab #e63452 #c834e6

Monochromatic Colors of #e634ab

#e634ab

Complementary Color

#e634ab #34e66f

#e634ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e634ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e634ab Color CSS Codes

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

#e634ab Text Font Color

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

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


#e634ab Background Color

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

This div background color is #e634ab


#e634ab Border Color

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

This div border color is #e634ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e634ab


Comments

No comments written yet.

Please login to write comment.