Color Hex Logo

#ef225d Color Hex

#EF225D
(239,34,93)
0 Favorites   0 Comments

Color spaces of #ef225d

RGB 2393493
HSL0.950.860.54
HSV343°86°94°
CMYK 0.000.860.61   0.06
XYZ38.144420.285112.2609
Yxy20.28510.53960.2870
Hunter Lab45.039072.356915.3869
CIE-Lab52.158075.023820.9345

#ef225d color RGB value is (239,34,93).

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

The process color (four color CMYK) of #ef225d color hex is 0.00, 0.86, 0.61, 0.06. Web safe color of #ef225d is #ff3366. Color #ef225d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100010 01011101
Octal 357 42 135
Decimal 239 34 93
Hex EF 22 5D

RGB Percentages of Color #ef225d

%65.30
%9.29
%25.41

CMYK Percentages of Color #ef225d

%0
%86
%61
%6

Triadic Colors of #ef225d

#ef225d #5def22 #225def

Analogous Colors of #ef225d

#ef225d #ef4e22 #ef22c4

Monochromatic Colors of #ef225d

#ef225d

Complementary Color

#ef225d #22efb4

#ef225d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef225d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef225d Color CSS Codes

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

#ef225d Text Font Color

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

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


#ef225d Background Color

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

This div background color is #ef225d


#ef225d Border Color

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

This div border color is #ef225d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef225d


Comments

No comments written yet.

Please login to write comment.