Color Hex Logo

#ef3475 Color Hex

#EF3475
(239,52,117)
0 Favorites   0 Comments

Color spaces of #ef3475

RGB 23952117
HSL0.940.850.57
HSV339°78°94°
CMYK 0.000.780.51   0.06
XYZ40.035522.091118.9835
Yxy22.09110.49360.2724
Hunter Lab47.001269.79398.9539
CIE-Lab54.123572.54869.1729

#ef3475 color RGB value is (239,52,117).

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

The process color (four color CMYK) of #ef3475 color hex is 0.00, 0.78, 0.51, 0.06. Web safe color of #ef3475 is #ff3366. Color #ef3475 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110100 01110101
Octal 357 64 165
Decimal 239 52 117
Hex EF 34 75

RGB Percentages of Color #ef3475

%58.58
%12.75
%28.68

CMYK Percentages of Color #ef3475

%0
%78
%51
%6

Triadic Colors of #ef3475

#ef3475 #75ef34 #3475ef

Analogous Colors of #ef3475

#ef3475 #ef5134 #ef34d3

Monochromatic Colors of #ef3475

#ef3475

Complementary Color

#ef3475 #34efae

#ef3475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef3475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef3475 Color CSS Codes

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

#ef3475 Text Font Color

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

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


#ef3475 Background Color

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

This div background color is #ef3475


#ef3475 Border Color

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

This div border color is #ef3475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef3475


Comments

No comments written yet.

Please login to write comment.