Color Hex Logo

#e682b2 Color Hex

#E682B2
(230,130,178)
0 Favorites   0 Comments

Color spaces of #e682b2

RGB 230130178
HSL0.920.670.71
HSV331°43°90°
CMYK 0.000.430.23   0.10
XYZ48.651636.002646.5045
Yxy36.00260.37090.2745
Hunter Lab60.002239.7295-3.9510
CIE-Lab66.521944.2680-8.3382

#e682b2 color RGB value is (230,130,178).

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

The process color (four color CMYK) of #e682b2 color hex is 0.00, 0.43, 0.23, 0.10. Web safe color of #e682b2 is #ff9999. Color #e682b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000010 10110010
Octal 346 202 262
Decimal 230 130 178
Hex E6 82 B2

RGB Percentages of Color #e682b2

%42.75
%24.16
%33.09

CMYK Percentages of Color #e682b2

%0
%43
%23
%10

Triadic Colors of #e682b2

#e682b2 #b2e682 #82b2e6

Analogous Colors of #e682b2

#e682b2 #e68482 #e682e4

Monochromatic Colors of #e682b2

#e682b2

Complementary Color

#e682b2 #82e6b6

#e682b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e682b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e682b2 Color CSS Codes

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

#e682b2 Text Font Color

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

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


#e682b2 Background Color

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

This div background color is #e682b2


#e682b2 Border Color

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

This div border color is #e682b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e682b2


Comments

No comments written yet.

Please login to write comment.