Color Hex Logo

#ef79ca Color Hex

#EF79CA
(239,121,202)
0 Favorites   0 Comments

Color spaces of #ef79ca

RGB 239121202
HSL0.890.790.71
HSV319°49°94°
CMYK 0.000.490.15   0.06
XYZ53.094636.289760.0833
Yxy36.28970.35520.2428
Hunter Lab60.240951.9031-16.9662
CIE-Lab66.740755.1474-21.3880

#ef79ca color RGB value is (239,121,202).

#ef79ca hex color red value is 239, green value is 121 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ef79ca hue: 0.89 , saturation: 0.79 and the lightness value of ef79ca is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111001 11001010
Octal 357 171 312
Decimal 239 121 202
Hex EF 79 CA

RGB Percentages of Color #ef79ca

%42.53
%21.53
%35.94

CMYK Percentages of Color #ef79ca

%0
%49
%15
%6

Triadic Colors of #ef79ca

#ef79ca #caef79 #79caef

Analogous Colors of #ef79ca

#ef79ca #ef798f #d979ef

Monochromatic Colors of #ef79ca

#ef79ca

Complementary Color

#ef79ca #79ef9e

#ef79ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef79ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef79ca Color CSS Codes

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

#ef79ca Text Font Color

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

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


#ef79ca Background Color

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

This div background color is #ef79ca


#ef79ca Border Color

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

This div border color is #ef79ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,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 #ef79ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef79ca


Comments

No comments written yet.

Please login to write comment.