Color Hex Logo

#ef255f Color Hex

#EF255F
(239,37,95)
0 Favorites   0 Comments

Color spaces of #ef255f

RGB 2393795
HSL0.950.860.54
HSV343°85°94°
CMYK 0.000.850.60   0.06
XYZ38.323720.500112.7635
Yxy20.50010.53530.2864
Hunter Lab45.277071.852414.9802
CIE-Lab52.398074.566520.0462

#ef255f color RGB value is (239,37,95).

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

The process color (four color CMYK) of #ef255f color hex is 0.00, 0.85, 0.60, 0.06. Web safe color of #ef255f is #ff3366. Color #ef255f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100101 01011111
Octal 357 45 137
Decimal 239 37 95
Hex EF 25 5F

RGB Percentages of Color #ef255f

%64.42
%9.97
%25.61

CMYK Percentages of Color #ef255f

%0
%85
%60
%6

Triadic Colors of #ef255f

#ef255f #5fef25 #255fef

Analogous Colors of #ef255f

#ef255f #ef5025 #ef25c4

Monochromatic Colors of #ef255f

#ef255f

Complementary Color

#ef255f #25efb5

#ef255f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef255f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef255f Color CSS Codes

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

#ef255f Text Font Color

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

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


#ef255f Background Color

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

This div background color is #ef255f


#ef255f Border Color

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

This div border color is #ef255f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef255f


Comments

No comments written yet.

Please login to write comment.