Color Hex Logo

#ef93dc Color Hex

#EF93DC
(239,147,220)
0 Favorites   0 Comments

Color spaces of #ef93dc

RGB 239147220
HSL0.870.740.76
HSV312°38°94°
CMYK 0.000.380.08   0.06
XYZ58.948644.385573.1705
Yxy44.38550.33400.2515
Hunter Lab66.622441.3504-18.4817
CIE-Lab72.485444.9952-22.6206

#ef93dc color RGB value is (239,147,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010011 11011100
Octal 357 223 334
Decimal 239 147 220
Hex EF 93 DC

RGB Percentages of Color #ef93dc

%39.44
%24.26
%36.30

CMYK Percentages of Color #ef93dc

%0
%38
%8
%6

Triadic Colors of #ef93dc

#ef93dc #dcef93 #93dcef

Analogous Colors of #ef93dc

#ef93dc #ef93ae #d493ef

Monochromatic Colors of #ef93dc

#ef93dc

Complementary Color

#ef93dc #93efa6

#ef93dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef93dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef93dc Color CSS Codes

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

#ef93dc Text Font Color

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

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


#ef93dc Background Color

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

This div background color is #ef93dc


#ef93dc Border Color

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

This div border color is #ef93dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef93dc


Comments

No comments written yet.

Please login to write comment.