Color Hex Logo

#e673cb Color Hex

#E673CB
(230,115,203)
0 Favorites   0 Comments

Color spaces of #e673cb

RGB 230115203
HSL0.870.700.68
HSV314°50°90°
CMYK 0.000.500.12   0.10
XYZ49.543433.396360.3348
Yxy33.39630.34580.2331
Hunter Lab57.789551.8977-21.4487
CIE-Lab64.480555.4961-25.5134

#e673cb color RGB value is (230,115,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110011 11001011
Octal 346 163 313
Decimal 230 115 203
Hex E6 73 CB

RGB Percentages of Color #e673cb

%41.97
%20.99
%37.04

CMYK Percentages of Color #e673cb

%0
%50
%12
%10

Triadic Colors of #e673cb

#e673cb #cbe673 #73cbe6

Analogous Colors of #e673cb

#e673cb #e67392 #c873e6

Monochromatic Colors of #e673cb

#e673cb

Complementary Color

#e673cb #73e68e

#e673cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e673cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e673cb Color CSS Codes

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

#e673cb Text Font Color

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

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


#e673cb Background Color

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

This div background color is #e673cb


#e673cb Border Color

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

This div border color is #e673cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e673cb


Comments

No comments written yet.

Please login to write comment.