Color Hex Logo

#ef34b7 Color Hex

#EF34B7
(239,52,183)
0 Favorites   0 Comments

Color spaces of #ef34b7

RGB 23952183
HSL0.880.850.57
HSV318°78°94°
CMYK 0.000.780.23   0.06
XYZ45.371824.225647.0844
Yxy24.22560.38890.2076
Hunter Lab49.219578.4117-22.2644
CIE-Lab56.313079.0744-26.5633

#ef34b7 color RGB value is (239,52,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110100 10110111
Octal 357 64 267
Decimal 239 52 183
Hex EF 34 B7

RGB Percentages of Color #ef34b7

%50.42
%10.97
%38.61

CMYK Percentages of Color #ef34b7

%0
%78
%23
%6

Triadic Colors of #ef34b7

#ef34b7 #b7ef34 #34b7ef

Analogous Colors of #ef34b7

#ef34b7 #ef3459 #ca34ef

Monochromatic Colors of #ef34b7

#ef34b7

Complementary Color

#ef34b7 #34ef6c

#ef34b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef34b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef34b7 Color CSS Codes

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

#ef34b7 Text Font Color

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

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


#ef34b7 Background Color

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

This div background color is #ef34b7


#ef34b7 Border Color

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

This div border color is #ef34b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef34b7


Comments

No comments written yet.

Please login to write comment.