Color Hex Logo

#e06bdf Color Hex

#E06BDF
(224,107,223)
0 Favorites   0 Comments

Color spaces of #e06bdf

RGB 224107223
HSL0.830.650.65
HSV301°52°88°
CMYK 0.000.520.00   0.12
XYZ49.317431.690473.3296
Yxy31.69040.31950.2053
Hunter Lab56.294257.8627-37.8260
CIE-Lab63.086260.8934-38.9531

#e06bdf color RGB value is (224,107,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101011 11011111
Octal 340 153 337
Decimal 224 107 223
Hex E0 6B DF

RGB Percentages of Color #e06bdf

%40.43
%19.31
%40.25

CMYK Percentages of Color #e06bdf

%0
%52
%0
%12

Triadic Colors of #e06bdf

#e06bdf #dfe06b #6bdfe0

Analogous Colors of #e06bdf

#e06bdf #e06ba5 #a76be0

Monochromatic Colors of #e06bdf

#e06bdf

Complementary Color

#e06bdf #6be06c

#e06bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06bdf Color CSS Codes

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

#e06bdf Text Font Color

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

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


#e06bdf Background Color

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

This div background color is #e06bdf


#e06bdf Border Color

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

This div border color is #e06bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06bdf


Comments

No comments written yet.

Please login to write comment.