Color Hex Logo

#ea9bf0 Color Hex

#EA9BF0
(234,155,240)
0 Favorites   0 Comments

Color spaces of #ea9bf0

RGB 234155240
HSL0.820.740.77
HSV296°35°94°
CMYK 0.030.350.00   0.06
XYZ61.381247.226488.3185
Yxy47.22640.31170.2398
Hunter Lab68.721539.1715-28.0925
CIE-Lab74.334442.8121-30.7719

#ea9bf0 color RGB value is (234,155,240).

#ea9bf0 hex color red value is 234, green value is 155 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #ea9bf0 hue: 0.82 , saturation: 0.74 and the lightness value of ea9bf0 is 0.77.

The process color (four color CMYK) of #ea9bf0 color hex is 0.03, 0.35, 0.00, 0.06. Web safe color of #ea9bf0 is #ff99ff. Color #ea9bf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011011 11110000
Octal 352 233 360
Decimal 234 155 240
Hex EA 9B F0

RGB Percentages of Color #ea9bf0

%37.20
%24.64
%38.16

CMYK Percentages of Color #ea9bf0

%3
%35
%0
%6

Triadic Colors of #ea9bf0

#ea9bf0 #f0ea9b #9bf0ea

Analogous Colors of #ea9bf0

#ea9bf0 #f09bcc #c09bf0

Monochromatic Colors of #ea9bf0

#ea9bf0

Complementary Color

#ea9bf0 #a1f09b

#ea9bf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea9bf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea9bf0 Color CSS Codes

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

#ea9bf0 Text Font Color

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

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


#ea9bf0 Background Color

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

This div background color is #ea9bf0


#ea9bf0 Border Color

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

This div border color is #ea9bf0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,155,240, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ea9bf0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ea9bf0;
  -webkit-box-shadow: 1px 1px 3px 2px #ea9bf0;
  box-shadow:         1px 1px 3px 2px #ea9bf0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,155,240, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea9bf0


Comments

No comments written yet.

Please login to write comment.