Color Hex Logo

#ef5fca Color Hex

#EF5FCA
(239,95,202)
0 Favorites   0 Comments

Color spaces of #ef5fca

RGB 23995202
HSL0.880.820.65
HSV315°60°94°
CMYK 0.000.600.15   0.06
XYZ50.349530.799459.1683
Yxy30.79940.35880.2195
Hunter Lab55.497264.8229-24.3639
CIE-Lab62.337966.9021-28.1419

#ef5fca color RGB value is (239,95,202).

#ef5fca hex color red value is 239, green value is 95 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ef5fca hue: 0.88 , saturation: 0.82 and the lightness value of ef5fca is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01011111 11001010
Octal 357 137 312
Decimal 239 95 202
Hex EF 5F CA

RGB Percentages of Color #ef5fca

%44.59
%17.72
%37.69

CMYK Percentages of Color #ef5fca

%0
%60
%15
%6

Triadic Colors of #ef5fca

#ef5fca #caef5f #5fcaef

Analogous Colors of #ef5fca

#ef5fca #ef5f82 #cc5fef

Monochromatic Colors of #ef5fca

#ef5fca

Complementary Color

#ef5fca #5fef84

#ef5fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef5fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef5fca Color CSS Codes

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

#ef5fca Text Font Color

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

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


#ef5fca Background Color

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

This div background color is #ef5fca


#ef5fca Border Color

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

This div border color is #ef5fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef5fca


Comments

No comments written yet.

Please login to write comment.