Color Hex Logo

#ef45fd Color Hex

#EF45FD
(239,69,253)
0 Favorites   0 Comments

Color spaces of #ef45fd

RGB 23969253
HSL0.820.980.63
HSV295°73°99°
CMYK 0.060.730.00   0.01
XYZ55.454329.698895.7382
Yxy29.69880.30660.1642
Hunter Lab54.496686.2678-66.0115
CIE-Lab61.393584.2080-58.1672

#ef45fd color RGB value is (239,69,253).

#ef45fd hex color red value is 239, green value is 69 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ef45fd hue: 0.82 , saturation: 0.98 and the lightness value of ef45fd is 0.63.

The process color (four color CMYK) of #ef45fd color hex is 0.06, 0.73, 0.00, 0.01. Web safe color of #ef45fd is #ff33ff. Color #ef45fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000101 11111101
Octal 357 105 375
Decimal 239 69 253
Hex EF 45 FD

RGB Percentages of Color #ef45fd

%42.60
%12.30
%45.10

CMYK Percentages of Color #ef45fd

%6
%73
%0
%1

Triadic Colors of #ef45fd

#ef45fd #fdef45 #45fdef

Analogous Colors of #ef45fd

#ef45fd #fd45af #9345fd

Monochromatic Colors of #ef45fd

#ef45fd

Complementary Color

#ef45fd #53fd45

#ef45fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef45fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef45fd Color CSS Codes

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

#ef45fd Text Font Color

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

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


#ef45fd Background Color

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

This div background color is #ef45fd


#ef45fd Border Color

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

This div border color is #ef45fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef45fd


Comments

No comments written yet.

Please login to write comment.