Color Hex Logo

#ef7eff Color Hex

#EF7EFF
(239,126,255)
0 Favorites   0 Comments

Color spaces of #ef7eff

RGB 239126255
HSL0.811.000.75
HSV293°51°100°
CMYK 0.060.510.00   0.00
XYZ61.107540.492499.2028
Yxy40.49240.30430.2017
Hunter Lab63.633660.0550-47.8877
CIE-Lab69.818861.6323-45.9247

#ef7eff color RGB value is (239,126,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111110 11111111
Octal 357 176 377
Decimal 239 126 255
Hex EF 7E FF

RGB Percentages of Color #ef7eff

%38.55
%20.32
%41.13

CMYK Percentages of Color #ef7eff

%6
%51
%0
%0

Triadic Colors of #ef7eff

#ef7eff #ffef7e #7effef

Analogous Colors of #ef7eff

#ef7eff #ff7ecf #af7eff

Monochromatic Colors of #ef7eff

#ef7eff

Complementary Color

#ef7eff #8eff7e

#ef7eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef7eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef7eff Color CSS Codes

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

#ef7eff Text Font Color

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

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


#ef7eff Background Color

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

This div background color is #ef7eff


#ef7eff Border Color

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

This div border color is #ef7eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,126,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 #ef7eff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef7eff

Related Colors


Comments

No comments written yet.

Please login to write comment.