Color Hex Logo

#e069bf Color Hex

#E069BF
(224,105,191)
0 Favorites   0 Comments

Color spaces of #e069bf

RGB 224105191
HSL0.880.660.65
HSV317°53°88°
CMYK 0.000.530.15   0.12
XYZ45.196029.712052.6431
Yxy29.71200.35430.2329
Hunter Lab54.508752.6133-19.1046
CIE-Lab61.404956.6209-23.5158

#e069bf color RGB value is (224,105,191).

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

The process color (four color CMYK) of #e069bf color hex is 0.00, 0.53, 0.15, 0.12. Web safe color of #e069bf is #cc66cc. Color #e069bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101001 10111111
Octal 340 151 277
Decimal 224 105 191
Hex E0 69 BF

RGB Percentages of Color #e069bf

%43.08
%20.19
%36.73

CMYK Percentages of Color #e069bf

%0
%53
%15
%12

Triadic Colors of #e069bf

#e069bf #bfe069 #69bfe0

Analogous Colors of #e069bf

#e069bf #e06984 #c669e0

Monochromatic Colors of #e069bf

#e069bf

Complementary Color

#e069bf #69e08a

#e069bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e069bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e069bf Color CSS Codes

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

#e069bf Text Font Color

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

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


#e069bf Background Color

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

This div background color is #e069bf


#e069bf Border Color

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

This div border color is #e069bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,105,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e069bf


Comments

No comments written yet.

Please login to write comment.