Color Hex Logo

#ed79ca Color Hex

#ED79CA
(237,121,202)
0 Favorites   0 Comments

Color spaces of #ed79ca

RGB 237121202
HSL0.880.760.70
HSV318°49°93°
CMYK 0.000.490.15   0.07
XYZ52.423135.943560.0519
Yxy35.94350.35320.2422
Hunter Lab59.952951.1637-17.4209
CIE-Lab66.476754.5418-21.8145

#ed79ca color RGB value is (237,121,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111001 11001010
Octal 355 171 312
Decimal 237 121 202
Hex ED 79 CA

RGB Percentages of Color #ed79ca

%42.32
%21.61
%36.07

CMYK Percentages of Color #ed79ca

%0
%49
%15
%7

Triadic Colors of #ed79ca

#ed79ca #caed79 #79caed

Analogous Colors of #ed79ca

#ed79ca #ed7990 #d679ed

Monochromatic Colors of #ed79ca

#ed79ca

Complementary Color

#ed79ca #79ed9c

#ed79ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed79ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed79ca Color CSS Codes

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

#ed79ca Text Font Color

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

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


#ed79ca Background Color

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

This div background color is #ed79ca


#ed79ca Border Color

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

This div border color is #ed79ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed79ca


Comments

No comments written yet.

Please login to write comment.