Color Hex Logo

#ed79cb Color Hex

#ED79CB
(237,121,203)
0 Favorites   0 Comments

Color spaces of #ed79cb

RGB 237121203
HSL0.880.760.70
HSV318°49°93°
CMYK 0.000.490.14   0.07
XYZ52.541935.991160.6776
Yxy35.99110.35210.2412
Hunter Lab59.992651.3445-17.9722
CIE-Lab66.513154.6944-22.3194

#ed79cb color RGB value is (237,121,203).

#ed79cb hex color red value is 237, green value is 121 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ed79cb hue: 0.88 , saturation: 0.76 and the lightness value of ed79cb is 0.70.

The process color (four color CMYK) of #ed79cb color hex is 0.00, 0.49, 0.14, 0.07. Web safe color of #ed79cb is #ff66cc. Color #ed79cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111001 11001011
Octal 355 171 313
Decimal 237 121 203
Hex ED 79 CB

RGB Percentages of Color #ed79cb

%42.25
%21.57
%36.19

CMYK Percentages of Color #ed79cb

%0
%49
%14
%7

Triadic Colors of #ed79cb

#ed79cb #cbed79 #79cbed

Analogous Colors of #ed79cb

#ed79cb #ed7991 #d579ed

Monochromatic Colors of #ed79cb

#ed79cb

Complementary Color

#ed79cb #79ed9b

#ed79cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed79cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed79cb Color CSS Codes

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

#ed79cb Text Font Color

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

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


#ed79cb Background Color

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

This div background color is #ed79cb


#ed79cb Border Color

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

This div border color is #ed79cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed79cb


Comments

No comments written yet.

Please login to write comment.