Color Hex Logo

#e682dc Color Hex

#E682DC
(230,130,220)
0 Favorites   0 Comments

Color spaces of #e682dc

RGB 230130220
HSL0.850.670.71
HSV306°43°90°
CMYK 0.000.430.04   0.10
XYZ53.534037.955672.2147
Yxy37.95560.32700.2319
Hunter Lab61.608147.2923-26.3718
CIE-Lab67.987950.9044-29.6089

#e682dc color RGB value is (230,130,220).

#e682dc hex color red value is 230, green value is 130 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e682dc hue: 0.85 , saturation: 0.67 and the lightness value of e682dc is 0.71.

The process color (four color CMYK) of #e682dc color hex is 0.00, 0.43, 0.04, 0.10. Web safe color of #e682dc is #ff99cc. Color #e682dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000010 11011100
Octal 346 202 334
Decimal 230 130 220
Hex E6 82 DC

RGB Percentages of Color #e682dc

%39.66
%22.41
%37.93

CMYK Percentages of Color #e682dc

%0
%43
%4
%10

Triadic Colors of #e682dc

#e682dc #dce682 #82dce6

Analogous Colors of #e682dc

#e682dc #e682aa #be82e6

Monochromatic Colors of #e682dc

#e682dc

Complementary Color

#e682dc #82e68c

#e682dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e682dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e682dc Color CSS Codes

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

#e682dc Text Font Color

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

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


#e682dc Background Color

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

This div background color is #e682dc


#e682dc Border Color

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

This div border color is #e682dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e682dc


Comments

No comments written yet.

Please login to write comment.