Color Hex Logo

#e672cb Color Hex

#E672CB
(230,114,203)
0 Favorites   0 Comments

Color spaces of #e672cb

RGB 230114203
HSL0.870.700.67
HSV314°50°90°
CMYK 0.000.500.12   0.10
XYZ49.429933.169460.2970
Yxy33.16940.34590.2321
Hunter Lab57.592952.4126-21.7588
CIE-Lab64.297855.9760-25.7940

#e672cb color RGB value is (230,114,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110010 11001011
Octal 346 162 313
Decimal 230 114 203
Hex E6 72 CB

RGB Percentages of Color #e672cb

%42.05
%20.84
%37.11

CMYK Percentages of Color #e672cb

%0
%50
%12
%10

Triadic Colors of #e672cb

#e672cb #cbe672 #72cbe6

Analogous Colors of #e672cb

#e672cb #e67291 #c772e6

Monochromatic Colors of #e672cb

#e672cb

Complementary Color

#e672cb #72e68d

#e672cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e672cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e672cb Color CSS Codes

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

#e672cb Text Font Color

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

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


#e672cb Background Color

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

This div background color is #e672cb


#e672cb Border Color

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

This div border color is #e672cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,114,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 #e672cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e672cb


Comments

No comments written yet.

Please login to write comment.