Color Hex Logo

#ed07d2 Color Hex

#ED07D2
(237,7,210)
0 Favorites   0 Comments

Color spaces of #ed07d2

RGB 2377210
HSL0.850.940.48
HSV307°97°93°
CMYK 0.000.970.11   0.07
XYZ46.633922.809662.9176
Yxy22.80960.35230.1723
Hunter Lab47.759490.7145-44.6763
CIE-Lab54.875788.8598-44.3848

#ed07d2 color RGB value is (237,7,210).

#ed07d2 hex color red value is 237, green value is 7 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #ed07d2 hue: 0.85 , saturation: 0.94 and the lightness value of ed07d2 is 0.48.

The process color (four color CMYK) of #ed07d2 color hex is 0.00, 0.97, 0.11, 0.07. Web safe color of #ed07d2 is #ff00cc. Color #ed07d2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000111 11010010
Octal 355 7 322
Decimal 237 7 210
Hex ED 7 D2

RGB Percentages of Color #ed07d2

%52.20
%1.54
%46.26

CMYK Percentages of Color #ed07d2

%0
%97
%11
%7

Triadic Colors of #ed07d2

#ed07d2 #d2ed07 #07d2ed

Analogous Colors of #ed07d2

#ed07d2 #ed075f #9507ed

Monochromatic Colors of #ed07d2

#ed07d2

Complementary Color

#ed07d2 #07ed22

#ed07d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed07d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed07d2 Color CSS Codes

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

#ed07d2 Text Font Color

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

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


#ed07d2 Background Color

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

This div background color is #ed07d2


#ed07d2 Border Color

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

This div border color is #ed07d2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,7,210, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed07d2


Comments

No comments written yet.

Please login to write comment.