Color Hex Logo

#e672d1 Color Hex

#E672D1
(230,114,209)
0 Favorites   0 Comments

Color spaces of #e672d1

RGB 230114209
HSL0.860.700.67
HSV311°50°90°
CMYK 0.000.500.09   0.10
XYZ50.159133.461164.1366
Yxy33.46110.33950.2265
Hunter Lab57.845653.5513-25.2462
CIE-Lab64.532556.9319-28.8040

#e672d1 color RGB value is (230,114,209).

#e672d1 hex color red value is 230, green value is 114 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #e672d1 hue: 0.86 , saturation: 0.70 and the lightness value of e672d1 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110010 11010001
Octal 346 162 321
Decimal 230 114 209
Hex E6 72 D1

RGB Percentages of Color #e672d1

%41.59
%20.61
%37.79

CMYK Percentages of Color #e672d1

%0
%50
%9
%10

Triadic Colors of #e672d1

#e672d1 #d1e672 #72d1e6

Analogous Colors of #e672d1

#e672d1 #e67297 #c172e6

Monochromatic Colors of #e672d1

#e672d1

Complementary Color

#e672d1 #72e687

#e672d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e672d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e672d1 Color CSS Codes

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

#e672d1 Text Font Color

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

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


#e672d1 Background Color

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

This div background color is #e672d1


#e672d1 Border Color

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

This div border color is #e672d1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,114,209, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e672d1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e672d1


Comments

No comments written yet.

Please login to write comment.