Color Hex Logo

#e671bb Color Hex

#E671BB
(230,113,187)
0 Favorites   0 Comments

Color spaces of #e671bb

RGB 230113187
HSL0.890.700.67
HSV322°51°90°
CMYK 0.000.510.19   0.10
XYZ47.507932.221150.7291
Yxy32.22110.36420.2470
Hunter Lab56.763650.0579-13.2523
CIE-Lab63.525254.0258-17.9342

#e671bb color RGB value is (230,113,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110001 10111011
Octal 346 161 273
Decimal 230 113 187
Hex E6 71 BB

RGB Percentages of Color #e671bb

%43.40
%21.32
%35.28

CMYK Percentages of Color #e671bb

%0
%51
%19
%10

Triadic Colors of #e671bb

#e671bb #bbe671 #71bbe6

Analogous Colors of #e671bb

#e671bb #e67181 #d771e6

Monochromatic Colors of #e671bb

#e671bb

Complementary Color

#e671bb #71e69c

#e671bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e671bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e671bb Color CSS Codes

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

#e671bb Text Font Color

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

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


#e671bb Background Color

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

This div background color is #e671bb


#e671bb Border Color

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

This div border color is #e671bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e671bb


Comments

No comments written yet.

Please login to write comment.