Color Hex Logo

#ef34bf Color Hex

#EF34BF
(239,52,191)
0 Favorites   0 Comments

Color spaces of #ef34bf

RGB 23952191
HSL0.880.850.57
HSV315°78°94°
CMYK 0.000.780.20   0.06
XYZ46.228624.568351.5959
Yxy24.56830.37770.2007
Hunter Lab49.566479.7385-27.0211
CIE-Lab56.652480.0559-30.6621

#ef34bf color RGB value is (239,52,191).

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

The process color (four color CMYK) of #ef34bf color hex is 0.00, 0.78, 0.20, 0.06. Web safe color of #ef34bf is #ff33cc. Color #ef34bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110100 10111111
Octal 357 64 277
Decimal 239 52 191
Hex EF 34 BF

RGB Percentages of Color #ef34bf

%49.59
%10.79
%39.63

CMYK Percentages of Color #ef34bf

%0
%78
%20
%6

Triadic Colors of #ef34bf

#ef34bf #bfef34 #34bfef

Analogous Colors of #ef34bf

#ef34bf #ef3462 #c234ef

Monochromatic Colors of #ef34bf

#ef34bf

Complementary Color

#ef34bf #34ef64

#ef34bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef34bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef34bf Color CSS Codes

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

#ef34bf Text Font Color

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

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


#ef34bf Background Color

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

This div background color is #ef34bf


#ef34bf Border Color

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

This div border color is #ef34bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef34bf


Comments

No comments written yet.

Please login to write comment.