Color Hex Logo

#ef7aff Color Hex

#EF7AFF
(239,122,255)
0 Favorites   0 Comments

Color spaces of #ef7aff

RGB 239122255
HSL0.811.000.74
HSV293°52°100°
CMYK 0.060.520.00   0.00
XYZ60.606139.489899.0357
Yxy39.48980.30440.1983
Hunter Lab62.840962.1804-49.4509
CIE-Lab69.104663.5273-47.0472

#ef7aff color RGB value is (239,122,255).

#ef7aff hex color red value is 239, green value is 122 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ef7aff hue: 0.81 , saturation: 1.00 and the lightness value of ef7aff is 0.74.

The process color (four color CMYK) of #ef7aff color hex is 0.06, 0.52, 0.00, 0.00. Web safe color of #ef7aff is #ff66ff. Color #ef7aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111010 11111111
Octal 357 172 377
Decimal 239 122 255
Hex EF 7A FF

RGB Percentages of Color #ef7aff

%38.80
%19.81
%41.40

CMYK Percentages of Color #ef7aff

%6
%52
%0
%0

Triadic Colors of #ef7aff

#ef7aff #ffef7a #7affef

Analogous Colors of #ef7aff

#ef7aff #ff7acd #ad7aff

Monochromatic Colors of #ef7aff

#ef7aff

Complementary Color

#ef7aff #8aff7a

#ef7aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef7aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef7aff Color CSS Codes

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

#ef7aff Text Font Color

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

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


#ef7aff Background Color

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

This div background color is #ef7aff


#ef7aff Border Color

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

This div border color is #ef7aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef7aff

Related Colors


Comments

No comments written yet.

Please login to write comment.