Color Hex Logo

#e683ba Color Hex

#E683BA
(230,131,186)
0 Favorites   0 Comments

Color spaces of #e683ba

RGB 230131186
HSL0.910.660.71
HSV327°43°90°
CMYK 0.000.430.19   0.10
XYZ49.612436.600850.9042
Yxy36.60080.36180.2669
Hunter Lab60.498640.5079-7.5383
CIE-Lab66.976444.9245-12.1620

#e683ba color RGB value is (230,131,186).

#e683ba hex color red value is 230, green value is 131 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e683ba hue: 0.91 , saturation: 0.66 and the lightness value of e683ba is 0.71.

The process color (four color CMYK) of #e683ba color hex is 0.00, 0.43, 0.19, 0.10. Web safe color of #e683ba is #ff99cc. Color #e683ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000011 10111010
Octal 346 203 272
Decimal 230 131 186
Hex E6 83 BA

RGB Percentages of Color #e683ba

%42.05
%23.95
%34.00

CMYK Percentages of Color #e683ba

%0
%43
%19
%10

Triadic Colors of #e683ba

#e683ba #bae683 #83bae6

Analogous Colors of #e683ba

#e683ba #e68389 #e183e6

Monochromatic Colors of #e683ba

#e683ba

Complementary Color

#e683ba #83e6af

#e683ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e683ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e683ba Color CSS Codes

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

#e683ba Text Font Color

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

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


#e683ba Background Color

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

This div background color is #e683ba


#e683ba Border Color

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

This div border color is #e683ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e683ba


Comments

No comments written yet.

Please login to write comment.