Color Hex Logo

#e06bbd Color Hex

#E06BBD
(224,107,189)
0 Favorites   0 Comments

Color spaces of #e06bbd

RGB 224107189
HSL0.880.650.65
HSV318°52°88°
CMYK 0.000.520.16   0.12
XYZ45.183530.036851.5604
Yxy30.03680.35640.2369
Hunter Lab54.805851.2503-17.4149
CIE-Lab61.686055.3736-21.9477

#e06bbd color RGB value is (224,107,189).

#e06bbd hex color red value is 224, green value is 107 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e06bbd hue: 0.88 , saturation: 0.65 and the lightness value of e06bbd is 0.65.

The process color (four color CMYK) of #e06bbd color hex is 0.00, 0.52, 0.16, 0.12. Web safe color of #e06bbd is #cc66cc. Color #e06bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101011 10111101
Octal 340 153 275
Decimal 224 107 189
Hex E0 6B BD

RGB Percentages of Color #e06bbd

%43.08
%20.58
%36.35

CMYK Percentages of Color #e06bbd

%0
%52
%16
%12

Triadic Colors of #e06bbd

#e06bbd #bde06b #6bbde0

Analogous Colors of #e06bbd

#e06bbd #e06b83 #c96be0

Monochromatic Colors of #e06bbd

#e06bbd

Complementary Color

#e06bbd #6be08e

#e06bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06bbd Color CSS Codes

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

#e06bbd Text Font Color

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

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


#e06bbd Background Color

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

This div background color is #e06bbd


#e06bbd Border Color

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

This div border color is #e06bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06bbd


Comments

No comments written yet.

Please login to write comment.