Color Hex Logo

#ed3067 Color Hex

#ED3067
(237,48,103)
0 Favorites   0 Comments

Color spaces of #ed3067

RGB 23748103
HSL0.950.840.56
HSV343°80°93°
CMYK 0.000.800.57   0.07
XYZ38.430221.097714.8787
Yxy21.09770.51650.2835
Hunter Lab45.932268.964512.9469
CIE-Lab53.056372.070916.0480

#ed3067 color RGB value is (237,48,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110000 01100111
Octal 355 60 147
Decimal 237 48 103
Hex ED 30 67

RGB Percentages of Color #ed3067

%61.08
%12.37
%26.55

CMYK Percentages of Color #ed3067

%0
%80
%57
%7

Triadic Colors of #ed3067

#ed3067 #67ed30 #3067ed

Analogous Colors of #ed3067

#ed3067 #ed5830 #ed30c6

Monochromatic Colors of #ed3067

#ed3067

Complementary Color

#ed3067 #30edb6

#ed3067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3067 Color CSS Codes

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

#ed3067 Text Font Color

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

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


#ed3067 Background Color

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

This div background color is #ed3067


#ed3067 Border Color

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

This div border color is #ed3067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3067


Comments

No comments written yet.

Please login to write comment.