Color Hex Logo

#ed334f Color Hex

#ED334F
(237,51,79)
0 Favorites   0 Comments

Color spaces of #ed334f

RGB 2375179
HSL0.970.840.56
HSV351°78°93°
CMYK 0.000.780.67   0.07
XYZ37.520220.93679.4608
Yxy20.93670.55240.3083
Hunter Lab45.756666.294919.7706
CIE-Lab52.880169.888430.1754

#ed334f color RGB value is (237,51,79).

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

The process color (four color CMYK) of #ed334f color hex is 0.00, 0.78, 0.67, 0.07. Web safe color of #ed334f is #ff3366. Color #ed334f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110011 01001111
Octal 355 63 117
Decimal 237 51 79
Hex ED 33 4F

RGB Percentages of Color #ed334f

%64.58
%13.90
%21.53

CMYK Percentages of Color #ed334f

%0
%78
%67
%7

Triadic Colors of #ed334f

#ed334f #4fed33 #334fed

Analogous Colors of #ed334f

#ed334f #ed7433 #ed33ac

Monochromatic Colors of #ed334f

#ed334f

Complementary Color

#ed334f #33edd1

#ed334f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed334f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed334f Color CSS Codes

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

#ed334f Text Font Color

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

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


#ed334f Background Color

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

This div background color is #ed334f


#ed334f Border Color

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

This div border color is #ed334f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed334f


Comments

No comments written yet.

Please login to write comment.