Color Hex Logo

#ed0765 Color Hex

#ED0765
(237,7,101)
0 Favorites   0 Comments

Color spaces of #ed0765

RGB 2377101
HSL0.930.940.48
HSV335°97°93°
CMYK 0.000.970.57   0.07
XYZ37.350019.096114.0293
Yxy19.09610.53000.2710
Hunter Lab43.699176.092211.5547
CIE-Lab50.799478.301514.1558

#ed0765 color RGB value is (237,7,101).

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

The process color (four color CMYK) of #ed0765 color hex is 0.00, 0.97, 0.57, 0.07. Web safe color of #ed0765 is #ff0066. Color #ed0765 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000111 01100101
Octal 355 7 145
Decimal 237 7 101
Hex ED 7 65

RGB Percentages of Color #ed0765

%68.70
%2.03
%29.28

CMYK Percentages of Color #ed0765

%0
%97
%57
%7

Triadic Colors of #ed0765

#ed0765 #65ed07 #0765ed

Analogous Colors of #ed0765

#ed0765 #ed1c07 #ed07d8

Monochromatic Colors of #ed0765

#ed0765

Complementary Color

#ed0765 #07ed8f

#ed0765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed0765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed0765 Color CSS Codes

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

#ed0765 Text Font Color

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

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


#ed0765 Background Color

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

This div background color is #ed0765


#ed0765 Border Color

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

This div border color is #ed0765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed0765


Comments

No comments written yet.

Please login to write comment.