Color Hex Logo

#ef234a Color Hex

#EF234A
(239,35,74)
0 Favorites   0 Comments

Color spaces of #ef234a

RGB 2393574
HSL0.970.860.54
HSV349°85°94°
CMYK 0.000.850.69   0.06
XYZ37.433720.04728.3751
Yxy20.04720.56840.3044
Hunter Lab44.774170.881520.2515
CIE-Lab51.890573.871931.9963

#ef234a color RGB value is (239,35,74).

#ef234a hex color red value is 239, green value is 35 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ef234a hue: 0.97 , saturation: 0.86 and the lightness value of ef234a is 0.54.

The process color (four color CMYK) of #ef234a color hex is 0.00, 0.85, 0.69, 0.06. Web safe color of #ef234a is #ff3333. Color #ef234a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100011 01001010
Octal 357 43 112
Decimal 239 35 74
Hex EF 23 4A

RGB Percentages of Color #ef234a

%68.68
%10.06
%21.26

CMYK Percentages of Color #ef234a

%0
%85
%69
%6

Triadic Colors of #ef234a

#ef234a #4aef23 #234aef

Analogous Colors of #ef234a

#ef234a #ef6223 #ef23b0

Monochromatic Colors of #ef234a

#ef234a

Complementary Color

#ef234a #23efc8

#ef234a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef234a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef234a Color CSS Codes

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

#ef234a Text Font Color

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

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


#ef234a Background Color

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

This div background color is #ef234a


#ef234a Border Color

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

This div border color is #ef234a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef234a


Comments

No comments written yet.

Please login to write comment.