color codes Logo

#ed07ab color codes

#ED07AB
(237,7,171)
0 Favorites   0 Comments

Color spaces of #ed07ab

RGB 2377171
HSL0.880.940.48
HSV317°97°93°
CMYK 0.000.970.28   0.07
XYZ42.351721.096840.3680
Yxy21.09680.40790.2032
Hunter Lab45.931384.2093-19.9568
CIE-Lab53.055384.2460-24.6168

#ed07ab color RGB value is (237,7,171).

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

The process color (four color CMYK) of #ed07ab color code is 0.00, 0.97, 0.28, 0.07. Web safe color of #ed07ab is #ff0099. Color #ed07ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000111 10101011
Octal 355 7 253
Decimal 237 7 171
Hex ED 7 AB

RGB Percentages of Color #ed07ab

%57.11
%1.69
%41.20

CMYK Percentages of Color #ed07ab

%0
%97
%28
%7

Triadic Colors of #ed07ab

#ed07ab #abed07 #07abed

Analogous Colors of #ed07ab

#ed07ab #ed0738 #bc07ed

Monochromatic Colors of #ed07ab

#ed07ab

Complementary Color

#ed07ab #07ed49

#ed07ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed07ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed07ab Color CSS Codes

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

#ed07ab Text Font Color

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

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


#ed07ab Background Color

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

This div background color is #ed07ab


#ed07ab Border Color

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

This div border color is #ed07ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed07ab


Comments

No comments written yet.

Please login to write comment.