Color Hex Logo

#ef75da Color Hex

#EF75DA
(239,117,218)
0 Favorites   0 Comments

Color spaces of #ef75da

RGB 239117218
HSL0.860.790.70
HSV310°51°94°
CMYK 0.000.510.09   0.06
XYZ54.612836.135370.4261
Yxy36.13530.33880.2242
Hunter Lab60.112656.9715-27.3835
CIE-Lab66.623259.5420-30.5098

#ef75da color RGB value is (239,117,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110101 11011010
Octal 357 165 332
Decimal 239 117 218
Hex EF 75 DA

RGB Percentages of Color #ef75da

%41.64
%20.38
%37.98

CMYK Percentages of Color #ef75da

%0
%51
%9
%6

Triadic Colors of #ef75da

#ef75da #daef75 #75daef

Analogous Colors of #ef75da

#ef75da #ef759d #c775ef

Monochromatic Colors of #ef75da

#ef75da

Complementary Color

#ef75da #75ef8a

#ef75da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef75da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef75da Color CSS Codes

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

#ef75da Text Font Color

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

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


#ef75da Background Color

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

This div background color is #ef75da


#ef75da Border Color

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

This div border color is #ef75da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef75da


Comments

No comments written yet.

Please login to write comment.