Color Hex Logo

#ef94da Color Hex

#EF94DA
(239,148,218)
0 Favorites   0 Comments

Color spaces of #ef94da

RGB 239148218
HSL0.870.740.76
HSV314°38°94°
CMYK 0.000.380.09   0.06
XYZ58.841444.592571.8356
Yxy44.59250.33570.2544
Hunter Lab66.777640.4253-17.0365
CIE-Lab72.622844.1446-21.3119

#ef94da color RGB value is (239,148,218).

#ef94da hex color red value is 239, green value is 148 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ef94da hue: 0.87 , saturation: 0.74 and the lightness value of ef94da is 0.76.

The process color (four color CMYK) of #ef94da color hex is 0.00, 0.38, 0.09, 0.06. Web safe color of #ef94da is #ff99cc. Color #ef94da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010100 11011010
Octal 357 224 332
Decimal 239 148 218
Hex EF 94 DA

RGB Percentages of Color #ef94da

%39.50
%24.46
%36.03

CMYK Percentages of Color #ef94da

%0
%38
%9
%6

Triadic Colors of #ef94da

#ef94da #daef94 #94daef

Analogous Colors of #ef94da

#ef94da #ef94ad #d794ef

Monochromatic Colors of #ef94da

#ef94da

Complementary Color

#ef94da #94efa9

#ef94da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef94da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef94da Color CSS Codes

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

#ef94da Text Font Color

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

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


#ef94da Background Color

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

This div background color is #ef94da


#ef94da Border Color

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

This div border color is #ef94da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef94da


Comments

No comments written yet.

Please login to write comment.