Color Hex Logo

#ef7efd Color Hex

#EF7EFD
(239,126,253)
0 Favorites   0 Comments

Color spaces of #ef7efd

RGB 239126253
HSL0.810.970.74
HSV293°50°99°
CMYK 0.060.500.00   0.01
XYZ60.787140.364397.5158
Yxy40.36430.30600.2032
Hunter Lab63.532959.6029-46.5304
CIE-Lab69.728261.2672-44.9755

#ef7efd color RGB value is (239,126,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111110 11111101
Octal 357 176 375
Decimal 239 126 253
Hex EF 7E FD

RGB Percentages of Color #ef7efd

%38.67
%20.39
%40.94

CMYK Percentages of Color #ef7efd

%6
%50
%0
%1

Triadic Colors of #ef7efd

#ef7efd #fdef7e #7efdef

Analogous Colors of #ef7efd

#ef7efd #fd7ecc #b07efd

Monochromatic Colors of #ef7efd

#ef7efd

Complementary Color

#ef7efd #8cfd7e

#ef7efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef7efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef7efd Color CSS Codes

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

#ef7efd Text Font Color

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

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


#ef7efd Background Color

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

This div background color is #ef7efd


#ef7efd Border Color

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

This div border color is #ef7efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef7efd


Comments

No comments written yet.

Please login to write comment.