Color Hex Logo

#ef8fca Color Hex

#EF8FCA
(239,143,202)
0 Favorites   0 Comments

Color spaces of #ef8fca

RGB 239143202
HSL0.900.750.75
HSV323°40°94°
CMYK 0.000.400.15   0.06
XYZ56.079742.259961.0784
Yxy42.25990.35180.2651
Hunter Lab65.007640.2221-10.2010
CIE-Lab71.049744.1508-14.8593

#ef8fca color RGB value is (239,143,202).

#ef8fca hex color red value is 239, green value is 143 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ef8fca hue: 0.90 , saturation: 0.75 and the lightness value of ef8fca is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001111 11001010
Octal 357 217 312
Decimal 239 143 202
Hex EF 8F CA

RGB Percentages of Color #ef8fca

%40.92
%24.49
%34.59

CMYK Percentages of Color #ef8fca

%0
%40
%15
%6

Triadic Colors of #ef8fca

#ef8fca #caef8f #8fcaef

Analogous Colors of #ef8fca

#ef8fca #ef8f9a #e48fef

Monochromatic Colors of #ef8fca

#ef8fca

Complementary Color

#ef8fca #8fefb4

#ef8fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8fca Color CSS Codes

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

#ef8fca Text Font Color

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

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


#ef8fca Background Color

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

This div background color is #ef8fca


#ef8fca Border Color

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

This div border color is #ef8fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8fca


Comments

No comments written yet.

Please login to write comment.