Color Hex Logo

#e672da Color Hex

#E672DA
(230,114,218)
0 Favorites   0 Comments

Color spaces of #e672da

RGB 230114218
HSL0.850.700.67
HSV306°50°90°
CMYK 0.000.500.05   0.10
XYZ51.305333.919670.1727
Yxy33.91960.33020.2183
Hunter Lab58.240555.3234-30.6688
CIE-Lab64.898758.4082-33.2753

#e672da color RGB value is (230,114,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110010 11011010
Octal 346 162 332
Decimal 230 114 218
Hex E6 72 DA

RGB Percentages of Color #e672da

%40.93
%20.28
%38.79

CMYK Percentages of Color #e672da

%0
%50
%5
%10

Triadic Colors of #e672da

#e672da #dae672 #72dae6

Analogous Colors of #e672da

#e672da #e672a0 #b872e6

Monochromatic Colors of #e672da

#e672da

Complementary Color

#e672da #72e67e

#e672da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e672da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e672da Color CSS Codes

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

#e672da Text Font Color

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

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


#e672da Background Color

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

This div background color is #e672da


#e672da Border Color

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

This div border color is #e672da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e672da


Comments

No comments written yet.

Please login to write comment.