Color Hex Logo

#ed217b Color Hex

#ED217B
(237,33,123)
0 Favorites   0 Comments

Color spaces of #ed217b

RGB 23733123
HSL0.930.850.53
HSV334°86°93°
CMYK 0.000.860.48   0.07
XYZ39.044120.522320.6422
Yxy20.52230.48680.2559
Hunter Lab45.301574.56634.6949
CIE-Lab52.422776.76033.0767

#ed217b color RGB value is (237,33,123).

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

The process color (four color CMYK) of #ed217b color hex is 0.00, 0.86, 0.48, 0.07. Web safe color of #ed217b is #ff3366. Color #ed217b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100001 01111011
Octal 355 41 173
Decimal 237 33 123
Hex ED 21 7B

RGB Percentages of Color #ed217b

%60.31
%8.40
%31.30

CMYK Percentages of Color #ed217b

%0
%86
%48
%7

Triadic Colors of #ed217b

#ed217b #7bed21 #217bed

Analogous Colors of #ed217b

#ed217b #ed2d21 #ed21e1

Monochromatic Colors of #ed217b

#ed217b

Complementary Color

#ed217b #21ed93

#ed217b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed217b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed217b Color CSS Codes

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

#ed217b Text Font Color

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

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


#ed217b Background Color

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

This div background color is #ed217b


#ed217b Border Color

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

This div border color is #ed217b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed217b


Comments

No comments written yet.

Please login to write comment.