Color Hex Logo

#ef74f5 Color Hex

#EF74F5
(239,116,245)
0 Favorites   0 Comments

Color spaces of #ef74f5

RGB 239116245
HSL0.830.870.71
HSV297°53°96°
CMYK 0.020.530.00   0.04
XYZ58.323437.434190.5377
Yxy37.43410.31310.2009
Hunter Lab61.183463.0851-44.9075
CIE-Lab67.601464.5340-43.9297

#ef74f5 color RGB value is (239,116,245).

#ef74f5 hex color red value is 239, green value is 116 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #ef74f5 hue: 0.83 , saturation: 0.87 and the lightness value of ef74f5 is 0.71.

The process color (four color CMYK) of #ef74f5 color hex is 0.02, 0.53, 0.00, 0.04. Web safe color of #ef74f5 is #ff66ff. Color #ef74f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110100 11110101
Octal 357 164 365
Decimal 239 116 245
Hex EF 74 F5

RGB Percentages of Color #ef74f5

%39.83
%19.33
%40.83

CMYK Percentages of Color #ef74f5

%2
%53
%0
%4

Triadic Colors of #ef74f5

#ef74f5 #f5ef74 #74f5ef

Analogous Colors of #ef74f5

#ef74f5 #f574bb #af74f5

Monochromatic Colors of #ef74f5

#ef74f5

Complementary Color

#ef74f5 #7af574

#ef74f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef74f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef74f5 Color CSS Codes

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

#ef74f5 Text Font Color

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

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


#ef74f5 Background Color

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

This div background color is #ef74f5


#ef74f5 Border Color

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

This div border color is #ef74f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef74f5


Comments

No comments written yet.

Please login to write comment.