Color Hex Logo

#e925ab Color Hex

#E925AB
(233,37,171)
0 Favorites   0 Comments

Color spaces of #e925ab

RGB 23337171
HSL0.890.820.53
HSV319°84°91°
CMYK 0.000.840.27   0.09
XYZ41.616521.587040.5014
Yxy21.58700.40130.2082
Hunter Lab46.461878.5768-19.1606
CIE-Lab53.586079.7355-23.8598

#e925ab color RGB value is (233,37,171).

#e925ab hex color red value is 233, green value is 37 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e925ab hue: 0.89 , saturation: 0.82 and the lightness value of e925ab is 0.53.

The process color (four color CMYK) of #e925ab color hex is 0.00, 0.84, 0.27, 0.09. Web safe color of #e925ab is #ff3399. Color #e925ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00100101 10101011
Octal 351 45 253
Decimal 233 37 171
Hex E9 25 AB

RGB Percentages of Color #e925ab

%52.83
%8.39
%38.78

CMYK Percentages of Color #e925ab

%0
%84
%27
%9

Triadic Colors of #e925ab

#e925ab #abe925 #25abe9

Analogous Colors of #e925ab

#e925ab #e92549 #c525e9

Monochromatic Colors of #e925ab

#e925ab

Complementary Color

#e925ab #25e963

#e925ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e925ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e925ab Color CSS Codes

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

#e925ab Text Font Color

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

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


#e925ab Background Color

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

This div background color is #e925ab


#e925ab Border Color

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

This div border color is #e925ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e925ab


Comments

No comments written yet.

Please login to write comment.