Color Hex Logo

#e673bc Color Hex

#E673BC
(230,115,188)
0 Favorites   0 Comments

Color spaces of #e673bc

RGB 230115188
HSL0.890.700.68
HSV322°50°90°
CMYK 0.000.500.18   0.10
XYZ47.841032.715351.3701
Yxy32.71530.36260.2480
Hunter Lab57.197349.2058-13.2115
CIE-Lab63.929753.2074-17.8871

#e673bc color RGB value is (230,115,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110011 10111100
Octal 346 163 274
Decimal 230 115 188
Hex E6 73 BC

RGB Percentages of Color #e673bc

%43.15
%21.58
%35.27

CMYK Percentages of Color #e673bc

%0
%50
%18
%10

Triadic Colors of #e673bc

#e673bc #bce673 #73bce6

Analogous Colors of #e673bc

#e673bc #e67383 #d773e6

Monochromatic Colors of #e673bc

#e673bc

Complementary Color

#e673bc #73e69d

#e673bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e673bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e673bc Color CSS Codes

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

#e673bc Text Font Color

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

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


#e673bc Background Color

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

This div background color is #e673bc


#e673bc Border Color

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

This div border color is #e673bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e673bc


Comments

No comments written yet.

Please login to write comment.