Color Hex Logo

#ef38ae Color Hex

#EF38AE
(239,56,174)
0 Favorites   0 Comments

Color spaces of #ef38ae

RGB 23956174
HSL0.890.850.58
HSV321°77°94°
CMYK 0.000.770.27   0.06
XYZ44.650824.235142.3689
Yxy24.23510.40130.2178
Hunter Lab49.229275.7483-16.5673
CIE-Lab56.322476.9527-21.3195

#ef38ae color RGB value is (239,56,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111000 10101110
Octal 357 70 256
Decimal 239 56 174
Hex EF 38 AE

RGB Percentages of Color #ef38ae

%50.96
%11.94
%37.10

CMYK Percentages of Color #ef38ae

%0
%77
%27
%6

Triadic Colors of #ef38ae

#ef38ae #aeef38 #38aeef

Analogous Colors of #ef38ae

#ef38ae #ef3853 #d538ef

Monochromatic Colors of #ef38ae

#ef38ae

Complementary Color

#ef38ae #38ef79

#ef38ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef38ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef38ae Color CSS Codes

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

#ef38ae Text Font Color

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

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


#ef38ae Background Color

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

This div background color is #ef38ae


#ef38ae Border Color

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

This div border color is #ef38ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef38ae


Comments

No comments written yet.

Please login to write comment.