Color Hex Logo

#ef34af Color Hex

#EF34AF
(239,52,175)
0 Favorites   0 Comments

Color spaces of #ef34af

RGB 23952175
HSL0.890.850.57
HSV321°78°94°
CMYK 0.000.780.27   0.06
XYZ44.562523.901942.8223
Yxy23.90190.40040.2148
Hunter Lab48.889677.1448-17.7093
CIE-Lab55.989478.1315-22.4126

#ef34af color RGB value is (239,52,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110100 10101111
Octal 357 64 257
Decimal 239 52 175
Hex EF 34 AF

RGB Percentages of Color #ef34af

%51.29
%11.16
%37.55

CMYK Percentages of Color #ef34af

%0
%78
%27
%6

Triadic Colors of #ef34af

#ef34af #afef34 #34afef

Analogous Colors of #ef34af

#ef34af #ef3451 #d234ef

Monochromatic Colors of #ef34af

#ef34af

Complementary Color

#ef34af #34ef74

#ef34af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef34af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef34af Color CSS Codes

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

#ef34af Text Font Color

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

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


#ef34af Background Color

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

This div background color is #ef34af


#ef34af Border Color

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

This div border color is #ef34af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef34af


Comments

No comments written yet.

Please login to write comment.