Color Hex Logo

#ed014b Color Hex

#ED014B
(237,1,75)
0 Favorites   0 Comments

Color spaces of #ed014b

RGB 237175
HSL0.950.990.47
HSV341°100°93°
CMYK 0.001.000.68   0.07
XYZ36.205918.53428.3258
Yxy18.53420.57410.2939
Hunter Lab43.051474.777418.6697
CIE-Lab50.137777.375429.1415

#ed014b color RGB value is (237,1,75).

#ed014b hex color red value is 237, green value is 1 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ed014b hue: 0.95 , saturation: 0.99 and the lightness value of ed014b is 0.47.

The process color (four color CMYK) of #ed014b color hex is 0.00, 1.00, 0.68, 0.07. Web safe color of #ed014b is #ff0033. Color #ed014b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000001 01001011
Octal 355 1 113
Decimal 237 1 75
Hex ED 1 4B

RGB Percentages of Color #ed014b

%75.72
%0.32
%23.96

CMYK Percentages of Color #ed014b

%0
%100
%68
%7

Triadic Colors of #ed014b

#ed014b #4bed01 #014bed

Analogous Colors of #ed014b

#ed014b #ed2d01 #ed01c1

Monochromatic Colors of #ed014b

#ed014b

Complementary Color

#ed014b #01eda3

#ed014b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed014b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed014b Color CSS Codes

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

#ed014b Text Font Color

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

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


#ed014b Background Color

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

This div background color is #ed014b


#ed014b Border Color

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

This div border color is #ed014b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed014b


Comments

No comments written yet.

Please login to write comment.