Color Hex Logo

#e698bd Color Hex

#E698BD
(230,152,189)
0 Favorites   0 Comments

Color spaces of #e698bd

RGB 230152189
HSL0.920.610.75
HSV332°34°90°
CMYK 0.000.340.18   0.10
XYZ53.046742.953653.6391
Yxy42.95360.35450.2870
Hunter Lab65.539029.7831-2.6474
CIE-Lab71.523534.4081-7.0538

#e698bd color RGB value is (230,152,189).

#e698bd hex color red value is 230, green value is 152 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e698bd hue: 0.92 , saturation: 0.61 and the lightness value of e698bd is 0.75.

The process color (four color CMYK) of #e698bd color hex is 0.00, 0.34, 0.18, 0.10. Web safe color of #e698bd is #ff99cc. Color #e698bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011000 10111101
Octal 346 230 275
Decimal 230 152 189
Hex E6 98 BD

RGB Percentages of Color #e698bd

%40.28
%26.62
%33.10

CMYK Percentages of Color #e698bd

%0
%34
%18
%10

Triadic Colors of #e698bd

#e698bd #bde698 #98bde6

Analogous Colors of #e698bd

#e698bd #e69a98 #e698e4

Monochromatic Colors of #e698bd

#e698bd

Complementary Color

#e698bd #98e6c1

#e698bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e698bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e698bd Color CSS Codes

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

#e698bd Text Font Color

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

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


#e698bd Background Color

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

This div background color is #e698bd


#e698bd Border Color

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

This div border color is #e698bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e698bd


Comments

No comments written yet.

Please login to write comment.