Color Hex Logo

#ed334d Color Hex

#ED334D
(237,51,77)
0 Favorites   0 Comments

Color spaces of #ed334d

RGB 2375177
HSL0.980.840.56
HSV352°78°93°
CMYK 0.000.780.68   0.07
XYZ37.448420.90809.0831
Yxy20.90800.55530.3100
Hunter Lab45.725366.170020.2300
CIE-Lab52.848769.790031.3160

#ed334d color RGB value is (237,51,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110011 01001101
Octal 355 63 115
Decimal 237 51 77
Hex ED 33 4D

RGB Percentages of Color #ed334d

%64.93
%13.97
%21.10

CMYK Percentages of Color #ed334d

%0
%78
%68
%7

Triadic Colors of #ed334d

#ed334d #4ded33 #334ded

Analogous Colors of #ed334d

#ed334d #ed7633 #ed33aa

Monochromatic Colors of #ed334d

#ed334d

Complementary Color

#ed334d #33edd3

#ed334d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed334d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed334d Color CSS Codes

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

#ed334d Text Font Color

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

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


#ed334d Background Color

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

This div background color is #ed334d


#ed334d Border Color

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

This div border color is #ed334d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed334d


Comments

No comments written yet.

Please login to write comment.