Color Hex Logo

#ef40b5 Color Hex

#EF40B5
(239,64,181)
0 Favorites   0 Comments

Color spaces of #ef40b5

RGB 23964181
HSL0.890.850.59
HSV320°73°94°
CMYK 0.000.730.24   0.06
XYZ45.770525.353746.1974
Yxy25.35370.39010.2161
Hunter Lab50.352574.1401-19.1507
CIE-Lab57.418475.4507-23.7016

#ef40b5 color RGB value is (239,64,181).

#ef40b5 hex color red value is 239, green value is 64 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ef40b5 hue: 0.89 , saturation: 0.85 and the lightness value of ef40b5 is 0.59.

The process color (four color CMYK) of #ef40b5 color hex is 0.00, 0.73, 0.24, 0.06. Web safe color of #ef40b5 is #ff33cc. Color #ef40b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000000 10110101
Octal 357 100 265
Decimal 239 64 181
Hex EF 40 B5

RGB Percentages of Color #ef40b5

%49.38
%13.22
%37.40

CMYK Percentages of Color #ef40b5

%0
%73
%24
%6

Triadic Colors of #ef40b5

#ef40b5 #b5ef40 #40b5ef

Analogous Colors of #ef40b5

#ef40b5 #ef405e #d240ef

Monochromatic Colors of #ef40b5

#ef40b5

Complementary Color

#ef40b5 #40ef7a

#ef40b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef40b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef40b5 Color CSS Codes

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

#ef40b5 Text Font Color

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

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


#ef40b5 Background Color

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

This div background color is #ef40b5


#ef40b5 Border Color

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

This div border color is #ef40b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef40b5


Comments

No comments written yet.

Please login to write comment.