Color Hex Logo

#ed2334 Color Hex

#ED2334
(237,35,52)
0 Favorites   0 Comments

Color spaces of #ed2334

RGB 2373552
HSL0.990.850.53
HSV355°85°93°
CMYK 0.000.850.78   0.07
XYZ36.145919.45455.0988
Yxy19.45450.59550.3205
Hunter Lab44.107369.093124.0212
CIE-Lab51.214872.532743.7990

#ed2334 color RGB value is (237,35,52).

#ed2334 hex color red value is 237, green value is 35 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #ed2334 hue: 0.99 , saturation: 0.85 and the lightness value of ed2334 is 0.53.

The process color (four color CMYK) of #ed2334 color hex is 0.00, 0.85, 0.78, 0.07. Web safe color of #ed2334 is #ff3333. Color #ed2334 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100011 00110100
Octal 355 43 64
Decimal 237 35 52
Hex ED 23 34

RGB Percentages of Color #ed2334

%73.15
%10.80
%16.05

CMYK Percentages of Color #ed2334

%0
%85
%78
%7

Triadic Colors of #ed2334

#ed2334 #34ed23 #2334ed

Analogous Colors of #ed2334

#ed2334 #ed7723 #ed2399

Monochromatic Colors of #ed2334

#ed2334

Complementary Color

#ed2334 #23eddc

#ed2334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2334 Color CSS Codes

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

#ed2334 Text Font Color

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

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


#ed2334 Background Color

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

This div background color is #ed2334


#ed2334 Border Color

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

This div border color is #ed2334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2334


Comments

No comments written yet.

Please login to write comment.