Color Hex Logo

#ed435f Color Hex

#ED435F
(237,67,95)
0 Favorites   0 Comments

Color spaces of #ed435f

RGB 2376795
HSL0.970.830.60
HSV350°72°93°
CMYK 0.000.720.60   0.07
XYZ38.997822.845113.1806
Yxy22.84510.51980.3045
Hunter Lab47.796561.996417.1075
CIE-Lab54.912465.881623.3266

#ed435f color RGB value is (237,67,95).

#ed435f hex color red value is 237, green value is 67 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ed435f hue: 0.97 , saturation: 0.83 and the lightness value of ed435f is 0.60.

The process color (four color CMYK) of #ed435f color hex is 0.00, 0.72, 0.60, 0.07. Web safe color of #ed435f is #ff3366. Color #ed435f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000011 01011111
Octal 355 103 137
Decimal 237 67 95
Hex ED 43 5F

RGB Percentages of Color #ed435f

%59.40
%16.79
%23.81

CMYK Percentages of Color #ed435f

%0
%72
%60
%7

Triadic Colors of #ed435f

#ed435f #5fed43 #435fed

Analogous Colors of #ed435f

#ed435f #ed7c43 #ed43b4

Monochromatic Colors of #ed435f

#ed435f

Complementary Color

#ed435f #43edd1

#ed435f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed435f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed435f Color CSS Codes

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

#ed435f Text Font Color

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

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


#ed435f Background Color

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

This div background color is #ed435f


#ed435f Border Color

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

This div border color is #ed435f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed435f


Comments

No comments written yet.

Please login to write comment.