Color Hex Logo

#ef75dc Color Hex

#EF75DC
(239,117,220)
0 Favorites   0 Comments

Color spaces of #ef75dc

RGB 239117220
HSL0.860.790.70
HSV309°51°94°
CMYK 0.000.510.08   0.06
XYZ54.876236.240671.8130
Yxy36.24060.33680.2224
Hunter Lab60.200257.3636-28.5871
CIE-Lab66.703459.8636-31.4995

#ef75dc color RGB value is (239,117,220).

#ef75dc hex color red value is 239, green value is 117 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ef75dc hue: 0.86 , saturation: 0.79 and the lightness value of ef75dc is 0.70.

The process color (four color CMYK) of #ef75dc color hex is 0.00, 0.51, 0.08, 0.06. Web safe color of #ef75dc is #ff66cc. Color #ef75dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110101 11011100
Octal 357 165 334
Decimal 239 117 220
Hex EF 75 DC

RGB Percentages of Color #ef75dc

%41.49
%20.31
%38.19

CMYK Percentages of Color #ef75dc

%0
%51
%8
%6

Triadic Colors of #ef75dc

#ef75dc #dcef75 #75dcef

Analogous Colors of #ef75dc

#ef75dc #ef759f #c575ef

Monochromatic Colors of #ef75dc

#ef75dc

Complementary Color

#ef75dc #75ef88

#ef75dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef75dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef75dc Color CSS Codes

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

#ef75dc Text Font Color

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

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


#ef75dc Background Color

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

This div background color is #ef75dc


#ef75dc Border Color

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

This div border color is #ef75dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef75dc


Comments

No comments written yet.

Please login to write comment.