Color Hex Logo

#e672bd Color Hex

#E672BD
(230,114,189)
0 Favorites   0 Comments

Color spaces of #e672bd

RGB 230114189
HSL0.890.700.67
HSV321°50°90°
CMYK 0.000.500.18   0.10
XYZ47.835732.531751.9021
Yxy32.53170.36170.2460
Hunter Lab57.036649.8912-14.0271
CIE-Lab63.779953.8384-18.6810

#e672bd color RGB value is (230,114,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110010 10111101
Octal 346 162 275
Decimal 230 114 189
Hex E6 72 BD

RGB Percentages of Color #e672bd

%43.15
%21.39
%35.46

CMYK Percentages of Color #e672bd

%0
%50
%18
%10

Triadic Colors of #e672bd

#e672bd #bde672 #72bde6

Analogous Colors of #e672bd

#e672bd #e67283 #d572e6

Monochromatic Colors of #e672bd

#e672bd

Complementary Color

#e672bd #72e69b

#e672bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e672bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e672bd Color CSS Codes

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

#e672bd Text Font Color

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

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


#e672bd Background Color

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

This div background color is #e672bd


#e672bd Border Color

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

This div border color is #e672bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e672bd


Comments

No comments written yet.

Please login to write comment.