Color Hex Logo

#ef2ddc Color Hex

#EF2DDC
(239,45,220)
0 Favorites   0 Comments

Color spaces of #ef2ddc

RGB 23945220
HSL0.850.860.56
HSV306°81°94°
CMYK 0.000.810.08   0.06
XYZ49.453325.394870.0054
Yxy25.39480.34140.1753
Hunter Lab50.393386.9824-47.0893
CIE-Lab57.458185.5212-45.9666

#ef2ddc color RGB value is (239,45,220).

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

The process color (four color CMYK) of #ef2ddc color hex is 0.00, 0.81, 0.08, 0.06. Web safe color of #ef2ddc is #ff33cc. Color #ef2ddc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101101 11011100
Octal 357 55 334
Decimal 239 45 220
Hex EF 2D DC

RGB Percentages of Color #ef2ddc

%47.42
%8.93
%43.65

CMYK Percentages of Color #ef2ddc

%0
%81
%8
%6

Triadic Colors of #ef2ddc

#ef2ddc #dcef2d #2ddcef

Analogous Colors of #ef2ddc

#ef2ddc #ef2d7b #a12def

Monochromatic Colors of #ef2ddc

#ef2ddc

Complementary Color

#ef2ddc #2def40

#ef2ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2ddc Color CSS Codes

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

#ef2ddc Text Font Color

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

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


#ef2ddc Background Color

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

This div background color is #ef2ddc


#ef2ddc Border Color

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

This div border color is #ef2ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2ddc


Comments

No comments written yet.

Please login to write comment.