Color Hex Logo

#ef1eae Color Hex

#EF1EAE
(239,30,174)
0 Favorites   0 Comments

Color spaces of #ef1eae

RGB 23930174
HSL0.890.870.53
HSV319°87°94°
CMYK 0.000.870.27   0.06
XYZ43.700922.335342.0522
Yxy22.33530.40430.2066
Hunter Lab47.260282.3511-19.6741
CIE-Lab54.381082.5449-24.3021

#ef1eae color RGB value is (239,30,174).

#ef1eae hex color red value is 239, green value is 30 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ef1eae hue: 0.89 , saturation: 0.87 and the lightness value of ef1eae is 0.53.

The process color (four color CMYK) of #ef1eae color hex is 0.00, 0.87, 0.27, 0.06. Web safe color of #ef1eae is #ff3399. Color #ef1eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011110 10101110
Octal 357 36 256
Decimal 239 30 174
Hex EF 1E AE

RGB Percentages of Color #ef1eae

%53.95
%6.77
%39.28

CMYK Percentages of Color #ef1eae

%0
%87
%27
%6

Triadic Colors of #ef1eae

#ef1eae #aeef1e #1eaeef

Analogous Colors of #ef1eae

#ef1eae #ef1e45 #c81eef

Monochromatic Colors of #ef1eae

#ef1eae

Complementary Color

#ef1eae #1eef5f

#ef1eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1eae Color CSS Codes

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

#ef1eae Text Font Color

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

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


#ef1eae Background Color

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

This div background color is #ef1eae


#ef1eae Border Color

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

This div border color is #ef1eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1eae


Comments

No comments written yet.

Please login to write comment.