Color Hex Logo

#ed0634 Color Hex

#ED0634
(237,6,52)
0 Favorites   0 Comments

Color spaces of #ed0634

RGB 237652
HSL0.970.950.48
HSV348°97°93°
CMYK 0.000.970.78   0.07
XYZ35.610018.38274.9202
Yxy18.38270.60450.3120
Hunter Lab42.875173.222423.2086
CIE-Lab49.957076.154842.4822

#ed0634 color RGB value is (237,6,52).

#ed0634 hex color red value is 237, green value is 6 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #ed0634 hue: 0.97 , saturation: 0.95 and the lightness value of ed0634 is 0.48.

The process color (four color CMYK) of #ed0634 color hex is 0.00, 0.97, 0.78, 0.07. Web safe color of #ed0634 is #ff0033. Color #ed0634 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000110 00110100
Octal 355 6 64
Decimal 237 6 52
Hex ED 6 34

RGB Percentages of Color #ed0634

%80.34
%2.03
%17.63

CMYK Percentages of Color #ed0634

%0
%97
%78
%7

Triadic Colors of #ed0634

#ed0634 #34ed06 #0634ed

Analogous Colors of #ed0634

#ed0634 #ed4c06 #ed06a8

Monochromatic Colors of #ed0634

#ed0634

Complementary Color

#ed0634 #06edbf

#ed0634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed0634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed0634 Color CSS Codes

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

#ed0634 Text Font Color

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

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


#ed0634 Background Color

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

This div background color is #ed0634


#ed0634 Border Color

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

This div border color is #ed0634


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,6,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 #ed0634">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed0634


Comments

No comments written yet.

Please login to write comment.