Color Hex Logo

#e06fdc Color Hex

#E06FDC
(224,111,220)
0 Favorites   0 Comments

Color spaces of #e06fdc

RGB 224111220
HSL0.840.650.66
HSV302°50°88°
CMYK 0.000.500.02   0.12
XYZ49.343232.383571.3601
Yxy32.38350.32230.2115
Hunter Lab56.906555.1896-34.5144
CIE-Lab63.658658.4962-36.3824

#e06fdc color RGB value is (224,111,220).

#e06fdc hex color red value is 224, green value is 111 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e06fdc hue: 0.84 , saturation: 0.65 and the lightness value of e06fdc is 0.66.

The process color (four color CMYK) of #e06fdc color hex is 0.00, 0.50, 0.02, 0.12. Web safe color of #e06fdc is #cc66cc. Color #e06fdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101111 11011100
Octal 340 157 334
Decimal 224 111 220
Hex E0 6F DC

RGB Percentages of Color #e06fdc

%40.36
%20.00
%39.64

CMYK Percentages of Color #e06fdc

%0
%50
%2
%12

Triadic Colors of #e06fdc

#e06fdc #dce06f #6fdce0

Analogous Colors of #e06fdc

#e06fdc #e06fa4 #ac6fe0

Monochromatic Colors of #e06fdc

#e06fdc

Complementary Color

#e06fdc #6fe073

#e06fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06fdc Color CSS Codes

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

#e06fdc Text Font Color

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

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


#e06fdc Background Color

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

This div background color is #e06fdc


#e06fdc Border Color

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

This div border color is #e06fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06fdc


Comments

No comments written yet.

Please login to write comment.