Color Hex Logo

#e692bc Color Hex

#E692BC
(230,146,188)
0 Favorites   0 Comments

Color spaces of #e692bc

RGB 230146188
HSL0.920.630.74
HSV330°37°90°
CMYK 0.000.370.18   0.10
XYZ51.989141.011652.7529
Yxy41.01160.35670.2814
Hunter Lab64.040332.8391-4.0117
CIE-Lab70.184037.4273-8.4884

#e692bc color RGB value is (230,146,188).

#e692bc hex color red value is 230, green value is 146 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e692bc hue: 0.92 , saturation: 0.63 and the lightness value of e692bc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010010 10111100
Octal 346 222 274
Decimal 230 146 188
Hex E6 92 BC

RGB Percentages of Color #e692bc

%40.78
%25.89
%33.33

CMYK Percentages of Color #e692bc

%0
%37
%18
%10

Triadic Colors of #e692bc

#e692bc #bce692 #92bce6

Analogous Colors of #e692bc

#e692bc #e69292 #e692e6

Monochromatic Colors of #e692bc

#e692bc

Complementary Color

#e692bc #92e6bc

#e692bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e692bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e692bc Color CSS Codes

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

#e692bc Text Font Color

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

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


#e692bc Background Color

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

This div background color is #e692bc


#e692bc Border Color

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

This div border color is #e692bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e692bc


Comments

No comments written yet.

Please login to write comment.