Color Hex Logo

#d67ebd Color Hex

#D67EBD
(214,126,189)
0 Favorites   0 Comments

Color spaces of #d67ebd

RGB 214126189
HSL0.880.520.67
HSV317°41°84°
CMYK 0.000.410.12   0.16
XYZ44.377732.892052.1539
Yxy32.89200.34290.2541
Hunter Lab57.351537.7552-13.7706
CIE-Lab64.073442.7494-18.4273

#d67ebd color RGB value is (214,126,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111110 10111101
Octal 326 176 275
Decimal 214 126 189
Hex D6 7E BD

RGB Percentages of Color #d67ebd

%40.45
%23.82
%35.73

CMYK Percentages of Color #d67ebd

%0
%41
%12
%16

Triadic Colors of #d67ebd

#d67ebd #bdd67e #7ebdd6

Analogous Colors of #d67ebd

#d67ebd #d67e91 #c37ed6

Monochromatic Colors of #d67ebd

#d67ebd

Complementary Color

#d67ebd #7ed697

#d67ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67ebd Color CSS Codes

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

#d67ebd Text Font Color

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

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


#d67ebd Background Color

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

This div background color is #d67ebd


#d67ebd Border Color

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

This div border color is #d67ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67ebd


Comments

No comments written yet.

Please login to write comment.