Color Hex Logo

#ef25da Color Hex

#EF25DA
(239,37,218)
0 Favorites   0 Comments

Color spaces of #ef25da

RGB 23937218
HSL0.850.860.54
HSV306°85°94°
CMYK 0.000.850.09   0.06
XYZ48.913124.735868.5262
Yxy24.73580.34400.1740
Hunter Lab49.735188.5134-46.8766
CIE-Lab56.817186.8144-45.8473

#ef25da color RGB value is (239,37,218).

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

The process color (four color CMYK) of #ef25da color hex is 0.00, 0.85, 0.09, 0.06. Web safe color of #ef25da is #ff33cc. Color #ef25da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100101 11011010
Octal 357 45 332
Decimal 239 37 218
Hex EF 25 DA

RGB Percentages of Color #ef25da

%48.38
%7.49
%44.13

CMYK Percentages of Color #ef25da

%0
%85
%9
%6

Triadic Colors of #ef25da

#ef25da #daef25 #25daef

Analogous Colors of #ef25da

#ef25da #ef2575 #9f25ef

Monochromatic Colors of #ef25da

#ef25da

Complementary Color

#ef25da #25ef3a

#ef25da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef25da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef25da Color CSS Codes

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

#ef25da Text Font Color

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

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


#ef25da Background Color

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

This div background color is #ef25da


#ef25da Border Color

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

This div border color is #ef25da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef25da


Comments

No comments written yet.

Please login to write comment.