Color Hex Logo

#e67bbd Color Hex

#E67BBD
(230,123,189)
0 Favorites   0 Comments

Color spaces of #e67bbd

RGB 230123189
HSL0.900.680.69
HSV323°47°90°
CMYK 0.000.470.18   0.10
XYZ48.901434.663052.2574
Yxy34.66300.36000.2552
Hunter Lab58.875345.2291-11.4128
CIE-Lab65.485449.4189-16.0961

#e67bbd color RGB value is (230,123,189).

#e67bbd hex color red value is 230, green value is 123 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e67bbd hue: 0.90 , saturation: 0.68 and the lightness value of e67bbd is 0.69.

The process color (four color CMYK) of #e67bbd color hex is 0.00, 0.47, 0.18, 0.10. Web safe color of #e67bbd is #ff66cc. Color #e67bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111011 10111101
Octal 346 173 275
Decimal 230 123 189
Hex E6 7B BD

RGB Percentages of Color #e67bbd

%42.44
%22.69
%34.87

CMYK Percentages of Color #e67bbd

%0
%47
%18
%10

Triadic Colors of #e67bbd

#e67bbd #bde67b #7bbde6

Analogous Colors of #e67bbd

#e67bbd #e67b88 #da7be6

Monochromatic Colors of #e67bbd

#e67bbd

Complementary Color

#e67bbd #7be6a4

#e67bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67bbd Color CSS Codes

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

#e67bbd Text Font Color

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

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


#e67bbd Background Color

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

This div background color is #e67bbd


#e67bbd Border Color

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

This div border color is #e67bbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,123,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 #e67bbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67bbd


Comments

No comments written yet.

Please login to write comment.