Color Hex Logo

#ed3272 Color Hex

#ED3272
(237,50,114)
0 Favorites   0 Comments

Color spaces of #ed3272

RGB 23750114
HSL0.940.840.56
HSV339°79°93°
CMYK 0.000.790.52   0.07
XYZ39.102921.500618.0087
Yxy21.50060.49740.2735
Hunter Lab46.368769.38439.4311
CIE-Lab53.493172.332910.0321

#ed3272 color RGB value is (237,50,114).

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

The process color (four color CMYK) of #ed3272 color hex is 0.00, 0.79, 0.52, 0.07. Web safe color of #ed3272 is #ff3366. Color #ed3272 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110010 01110010
Octal 355 62 162
Decimal 237 50 114
Hex ED 32 72

RGB Percentages of Color #ed3272

%59.10
%12.47
%28.43

CMYK Percentages of Color #ed3272

%0
%79
%52
%7

Triadic Colors of #ed3272

#ed3272 #72ed32 #3272ed

Analogous Colors of #ed3272

#ed3272 #ed5032 #ed32d0

Monochromatic Colors of #ed3272

#ed3272

Complementary Color

#ed3272 #32edad

#ed3272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3272 Color CSS Codes

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

#ed3272 Text Font Color

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

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


#ed3272 Background Color

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

This div background color is #ed3272


#ed3272 Border Color

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

This div border color is #ed3272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3272


Comments

No comments written yet.

Please login to write comment.