Color Hex Logo

#e673dc Color Hex

#E673DC
(230,115,220)
0 Favorites   0 Comments

Color spaces of #e673dc

RGB 230115220
HSL0.850.700.68
HSV305°50°90°
CMYK 0.000.500.04   0.10
XYZ51.682134.251871.5975
Yxy34.25180.32810.2174
Hunter Lab58.525055.2104-31.5658
CIE-Lab65.161958.2678-33.9828

#e673dc color RGB value is (230,115,220).

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

The process color (four color CMYK) of #e673dc color hex is 0.00, 0.50, 0.04, 0.10. Web safe color of #e673dc is #ff66cc. Color #e673dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110011 11011100
Octal 346 163 334
Decimal 230 115 220
Hex E6 73 DC

RGB Percentages of Color #e673dc

%40.71
%20.35
%38.94

CMYK Percentages of Color #e673dc

%0
%50
%4
%10

Triadic Colors of #e673dc

#e673dc #dce673 #73dce6

Analogous Colors of #e673dc

#e673dc #e673a3 #b773e6

Monochromatic Colors of #e673dc

#e673dc

Complementary Color

#e673dc #73e67d

#e673dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e673dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e673dc Color CSS Codes

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

#e673dc Text Font Color

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

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


#e673dc Background Color

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

This div background color is #e673dc


#e673dc Border Color

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

This div border color is #e673dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e673dc


Comments

No comments written yet.

Please login to write comment.