Color Hex Logo

#ef81ca Color Hex

#EF81CA
(239,129,202)
0 Favorites   0 Comments

Color spaces of #ef81ca

RGB 239129202
HSL0.890.770.72
HSV320°46°94°
CMYK 0.000.460.15   0.06
XYZ54.107538.315560.4210
Yxy38.31550.35400.2507
Hunter Lab61.899547.7060-14.5442
CIE-Lab68.252551.2331-19.0882

#ef81ca color RGB value is (239,129,202).

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

The process color (four color CMYK) of #ef81ca color hex is 0.00, 0.46, 0.15, 0.06. Web safe color of #ef81ca is #ff99cc. Color #ef81ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000001 11001010
Octal 357 201 312
Decimal 239 129 202
Hex EF 81 CA

RGB Percentages of Color #ef81ca

%41.93
%22.63
%35.44

CMYK Percentages of Color #ef81ca

%0
%46
%15
%6

Triadic Colors of #ef81ca

#ef81ca #caef81 #81caef

Analogous Colors of #ef81ca

#ef81ca #ef8193 #dd81ef

Monochromatic Colors of #ef81ca

#ef81ca

Complementary Color

#ef81ca #81efa6

#ef81ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef81ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef81ca Color CSS Codes

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

#ef81ca Text Font Color

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

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


#ef81ca Background Color

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

This div background color is #ef81ca


#ef81ca Border Color

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

This div border color is #ef81ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef81ca


Comments

No comments written yet.

Please login to write comment.