Color Hex Logo

#ed7efd Color Hex

#ED7EFD
(237,126,253)
0 Favorites   0 Comments

Color spaces of #ed7efd

RGB 237126253
HSL0.810.970.74
HSV292°50°99°
CMYK 0.060.500.00   0.01
XYZ60.115540.018197.4843
Yxy40.01810.30420.2025
Hunter Lab63.259958.9228-47.0848
CIE-Lab69.482460.7343-45.3786

#ed7efd color RGB value is (237,126,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111110 11111101
Octal 355 176 375
Decimal 237 126 253
Hex ED 7E FD

RGB Percentages of Color #ed7efd

%38.47
%20.45
%41.07

CMYK Percentages of Color #ed7efd

%6
%50
%0
%1

Triadic Colors of #ed7efd

#ed7efd #fded7e #7efded

Analogous Colors of #ed7efd

#ed7efd #fd7ece #ae7efd

Monochromatic Colors of #ed7efd

#ed7efd

Complementary Color

#ed7efd #8efd7e

#ed7efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7efd Color CSS Codes

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

#ed7efd Text Font Color

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

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


#ed7efd Background Color

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

This div background color is #ed7efd


#ed7efd Border Color

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

This div border color is #ed7efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7efd


Comments

No comments written yet.

Please login to write comment.