Color Hex Logo

#ef10da Color Hex

#EF10DA
(239,16,218)
0 Favorites   0 Comments

Color spaces of #ef10da

RGB 23916218
HSL0.850.870.50
HSV306°93°94°
CMYK 0.000.930.09   0.06
XYZ48.436823.783368.3674
Yxy23.78330.34450.1692
Hunter Lab48.768191.9431-48.9802
CIE-Lab55.870289.5911-47.3474

#ef10da color RGB value is (239,16,218).

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

The process color (four color CMYK) of #ef10da color hex is 0.00, 0.93, 0.09, 0.06. Web safe color of #ef10da is #ff00cc. Color #ef10da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010000 11011010
Octal 357 20 332
Decimal 239 16 218
Hex EF 10 DA

RGB Percentages of Color #ef10da

%50.53
%3.38
%46.09

CMYK Percentages of Color #ef10da

%0
%93
%9
%6

Triadic Colors of #ef10da

#ef10da #daef10 #10daef

Analogous Colors of #ef10da

#ef10da #ef106b #9510ef

Monochromatic Colors of #ef10da

#ef10da

Complementary Color

#ef10da #10ef25

#ef10da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef10da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef10da Color CSS Codes

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

#ef10da Text Font Color

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

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


#ef10da Background Color

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

This div background color is #ef10da


#ef10da Border Color

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

This div border color is #ef10da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef10da


Comments

No comments written yet.

Please login to write comment.