Color Hex Logo

#ef265f Color Hex

#EF265F
(239,38,95)
0 Favorites   0 Comments

Color spaces of #ef265f

RGB 2393895
HSL0.950.860.54
HSV343°84°94°
CMYK 0.000.840.60   0.06
XYZ38.355320.563212.7740
Yxy20.56320.53500.2868
Hunter Lab45.346771.622915.0409
CIE-Lab52.468174.365820.1403

#ef265f color RGB value is (239,38,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100110 01011111
Octal 357 46 137
Decimal 239 38 95
Hex EF 26 5F

RGB Percentages of Color #ef265f

%64.25
%10.22
%25.54

CMYK Percentages of Color #ef265f

%0
%84
%60
%6

Triadic Colors of #ef265f

#ef265f #5fef26 #265fef

Analogous Colors of #ef265f

#ef265f #ef5126 #ef26c4

Monochromatic Colors of #ef265f

#ef265f

Complementary Color

#ef265f #26efb6

#ef265f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef265f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef265f Color CSS Codes

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

#ef265f Text Font Color

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

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


#ef265f Background Color

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

This div background color is #ef265f


#ef265f Border Color

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

This div border color is #ef265f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,38,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 #ef265f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef265f


Comments

No comments written yet.

Please login to write comment.