Color Hex Logo

#ed307d Color Hex

#ED307D
(237,48,125)
0 Favorites   0 Comments

Color spaces of #ed307d

RGB 23748125
HSL0.930.840.56
HSV336°80°93°
CMYK 0.000.800.47   0.07
XYZ39.683721.599121.4795
Yxy21.59910.47950.2610
Hunter Lab46.474871.08575.1300
CIE-Lab53.599073.70833.5720

#ed307d color RGB value is (237,48,125).

#ed307d hex color red value is 237, green value is 48 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ed307d hue: 0.93 , saturation: 0.84 and the lightness value of ed307d is 0.56.

The process color (four color CMYK) of #ed307d color hex is 0.00, 0.80, 0.47, 0.07. Web safe color of #ed307d is #ff3366. Color #ed307d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110000 01111101
Octal 355 60 175
Decimal 237 48 125
Hex ED 30 7D

RGB Percentages of Color #ed307d

%57.80
%11.71
%30.49

CMYK Percentages of Color #ed307d

%0
%80
%47
%7

Triadic Colors of #ed307d

#ed307d #7ded30 #307ded

Analogous Colors of #ed307d

#ed307d #ed4230 #ed30dc

Monochromatic Colors of #ed307d

#ed307d

Complementary Color

#ed307d #30eda0

#ed307d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed307d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed307d Color CSS Codes

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

#ed307d Text Font Color

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

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


#ed307d Background Color

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

This div background color is #ed307d


#ed307d Border Color

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

This div border color is #ed307d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed307d


Comments

No comments written yet.

Please login to write comment.