Color Hex Logo

#ef91a5 Color Hex

#EF91A5
(239,145,165)
0 Favorites   0 Comments

Color spaces of #ef91a5

RGB 239145165
HSL0.960.750.75
HSV347°39°94°
CMYK 0.000.390.31   0.06
XYZ52.513541.318140.8047
Yxy41.31810.39000.3069
Hunter Lab64.279233.33887.3578
CIE-Lab70.398237.87444.7686

#ef91a5 color RGB value is (239,145,165).

#ef91a5 hex color red value is 239, green value is 145 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #ef91a5 hue: 0.96 , saturation: 0.75 and the lightness value of ef91a5 is 0.75.

The process color (four color CMYK) of #ef91a5 color hex is 0.00, 0.39, 0.31, 0.06. Web safe color of #ef91a5 is #ff9999. Color #ef91a5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010001 10100101
Octal 357 221 245
Decimal 239 145 165
Hex EF 91 A5

RGB Percentages of Color #ef91a5

%43.53
%26.41
%30.05

CMYK Percentages of Color #ef91a5

%0
%39
%31
%6

Triadic Colors of #ef91a5

#ef91a5 #a5ef91 #91a5ef

Analogous Colors of #ef91a5

#ef91a5 #efac91 #ef91d4

Monochromatic Colors of #ef91a5

#ef91a5

Complementary Color

#ef91a5 #91efdb

#ef91a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef91a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef91a5 Color CSS Codes

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

#ef91a5 Text Font Color

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

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


#ef91a5 Background Color

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

This div background color is #ef91a5


#ef91a5 Border Color

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

This div border color is #ef91a5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,145,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ef91a5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ef91a5;
  -webkit-box-shadow: 1px 1px 3px 2px #ef91a5;
  box-shadow:         1px 1px 3px 2px #ef91a5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,145,165, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef91a5


Comments

No comments written yet.

Please login to write comment.