Color Hex Logo

#e681b4 Color Hex

#E681B4
(230,129,180)
0 Favorites   0 Comments

Color spaces of #e681b4

RGB 230129180
HSL0.920.670.70
HSV330°44°90°
CMYK 0.000.440.22   0.10
XYZ48.721635.818847.5258
Yxy35.81880.36890.2712
Hunter Lab59.848840.5775-5.1879
CIE-Lab66.381245.0660-9.6753

#e681b4 color RGB value is (230,129,180).

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

The process color (four color CMYK) of #e681b4 color hex is 0.00, 0.44, 0.22, 0.10. Web safe color of #e681b4 is #ff99cc. Color #e681b4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000001 10110100
Octal 346 201 264
Decimal 230 129 180
Hex E6 81 B4

RGB Percentages of Color #e681b4

%42.67
%23.93
%33.40

CMYK Percentages of Color #e681b4

%0
%44
%22
%10

Triadic Colors of #e681b4

#e681b4 #b4e681 #81b4e6

Analogous Colors of #e681b4

#e681b4 #e68182 #e681e6

Monochromatic Colors of #e681b4

#e681b4

Complementary Color

#e681b4 #81e6b3

#e681b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e681b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e681b4 Color CSS Codes

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

#e681b4 Text Font Color

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

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


#e681b4 Background Color

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

This div background color is #e681b4


#e681b4 Border Color

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

This div border color is #e681b4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e681b4


Comments

No comments written yet.

Please login to write comment.