Color Hex Logo

#e672ba Color Hex

#E672BA
(230,114,186)
0 Favorites   0 Comments

Color spaces of #e672ba

RGB 230114186
HSL0.900.700.67
HSV323°50°90°
CMYK 0.000.500.19   0.10
XYZ47.513432.402850.2045
Yxy32.40280.36510.2490
Hunter Lab56.923549.3760-12.4453
CIE-Lab63.674453.3980-17.1407

#e672ba color RGB value is (230,114,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110010 10111010
Octal 346 162 272
Decimal 230 114 186
Hex E6 72 BA

RGB Percentages of Color #e672ba

%43.40
%21.51
%35.09

CMYK Percentages of Color #e672ba

%0
%50
%19
%10

Triadic Colors of #e672ba

#e672ba #bae672 #72bae6

Analogous Colors of #e672ba

#e672ba #e67280 #d872e6

Monochromatic Colors of #e672ba

#e672ba

Complementary Color

#e672ba #72e69e

#e672ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e672ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e672ba Color CSS Codes

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

#e672ba Text Font Color

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

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


#e672ba Background Color

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

This div background color is #e672ba


#e672ba Border Color

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

This div border color is #e672ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e672ba


Comments

No comments written yet.

Please login to write comment.