Color Hex Logo

#e672db Color Hex

#E672DB
(230,114,219)
0 Favorites   0 Comments

Color spaces of #e672db

RGB 230114219
HSL0.850.700.67
HSV306°50°90°
CMYK 0.000.500.05   0.10
XYZ51.436633.972170.8641
Yxy33.97210.32910.2174
Hunter Lab58.285655.5251-31.2854
CIE-Lab64.940458.5754-33.7689

#e672db color RGB value is (230,114,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110010 11011011
Octal 346 162 333
Decimal 230 114 219
Hex E6 72 DB

RGB Percentages of Color #e672db

%40.85
%20.25
%38.90

CMYK Percentages of Color #e672db

%0
%50
%5
%10

Triadic Colors of #e672db

#e672db #dbe672 #72dbe6

Analogous Colors of #e672db

#e672db #e672a1 #b772e6

Monochromatic Colors of #e672db

#e672db

Complementary Color

#e672db #72e67d

#e672db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e672db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e672db Color CSS Codes

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

#e672db Text Font Color

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

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


#e672db Background Color

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

This div background color is #e672db


#e672db Border Color

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

This div border color is #e672db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e672db


Comments

No comments written yet.

Please login to write comment.