Color Hex Logo

#ef73cc Color Hex

#EF73CC
(239,115,204)
0 Favorites   0 Comments

Color spaces of #ef73cc

RGB 239115204
HSL0.880.790.69
HSV317°52°94°
CMYK 0.000.520.15   0.06
XYZ52.626434.971861.1033
Yxy34.97180.35390.2352
Hunter Lab59.137055.3587-19.8656
CIE-Lab65.726758.3040-24.0593

#ef73cc color RGB value is (239,115,204).

#ef73cc hex color red value is 239, green value is 115 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ef73cc hue: 0.88 , saturation: 0.79 and the lightness value of ef73cc is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110011 11001100
Octal 357 163 314
Decimal 239 115 204
Hex EF 73 CC

RGB Percentages of Color #ef73cc

%42.83
%20.61
%36.56

CMYK Percentages of Color #ef73cc

%0
%52
%15
%6

Triadic Colors of #ef73cc

#ef73cc #ccef73 #73ccef

Analogous Colors of #ef73cc

#ef73cc #ef738e #d473ef

Monochromatic Colors of #ef73cc

#ef73cc

Complementary Color

#ef73cc #73ef96

#ef73cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef73cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef73cc Color CSS Codes

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

#ef73cc Text Font Color

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

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


#ef73cc Background Color

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

This div background color is #ef73cc


#ef73cc Border Color

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

This div border color is #ef73cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,115,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef73cc


Comments

No comments written yet.

Please login to write comment.