Color Hex Logo

#ef36da Color Hex

#EF36DA
(239,54,218)
0 Favorites   0 Comments

Color spaces of #ef36da

RGB 23954218
HSL0.850.850.57
HSV307°77°94°
CMYK 0.000.770.09   0.06
XYZ49.570726.051068.7454
Yxy26.05100.34340.1804
Hunter Lab51.040284.0406-44.1289
CIE-Lab58.085483.1351-43.8430

#ef36da color RGB value is (239,54,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110110 11011010
Octal 357 66 332
Decimal 239 54 218
Hex EF 36 DA

RGB Percentages of Color #ef36da

%46.77
%10.57
%42.66

CMYK Percentages of Color #ef36da

%0
%77
%9
%6

Triadic Colors of #ef36da

#ef36da #daef36 #36daef

Analogous Colors of #ef36da

#ef36da #ef367e #a836ef

Monochromatic Colors of #ef36da

#ef36da

Complementary Color

#ef36da #36ef4b

#ef36da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef36da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef36da Color CSS Codes

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

#ef36da Text Font Color

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

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


#ef36da Background Color

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

This div background color is #ef36da


#ef36da Border Color

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

This div border color is #ef36da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef36da


Comments

No comments written yet.

Please login to write comment.