Color Hex Logo

#d67ebe Color Hex

#D67EBE
(214,126,190)
0 Favorites   0 Comments

Color spaces of #d67ebe

RGB 214126190
HSL0.880.520.67
HSV316°41°84°
CMYK 0.000.410.11   0.16
XYZ44.486732.935652.7277
Yxy32.93560.34180.2531
Hunter Lab57.389537.9363-14.3011
CIE-Lab64.108742.9142-18.9381

#d67ebe color RGB value is (214,126,190).

#d67ebe hex color red value is 214, green value is 126 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d67ebe hue: 0.88 , saturation: 0.52 and the lightness value of d67ebe is 0.67.

The process color (four color CMYK) of #d67ebe color hex is 0.00, 0.41, 0.11, 0.16. Web safe color of #d67ebe is #cc66cc. Color #d67ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111110 10111110
Octal 326 176 276
Decimal 214 126 190
Hex D6 7E BE

RGB Percentages of Color #d67ebe

%40.38
%23.77
%35.85

CMYK Percentages of Color #d67ebe

%0
%41
%11
%16

Triadic Colors of #d67ebe

#d67ebe #bed67e #7ebed6

Analogous Colors of #d67ebe

#d67ebe #d67e92 #c27ed6

Monochromatic Colors of #d67ebe

#d67ebe

Complementary Color

#d67ebe #7ed696

#d67ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67ebe Color CSS Codes

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

#d67ebe Text Font Color

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

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


#d67ebe Background Color

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

This div background color is #d67ebe


#d67ebe Border Color

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

This div border color is #d67ebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,126,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d67ebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d67ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #d67ebe;
  box-shadow:         1px 1px 3px 2px #d67ebe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,126,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67ebe


Comments

No comments written yet.

Please login to write comment.