Color Hex Logo

#d67ebc Color Hex

#D67EBC
(214,126,188)
0 Favorites   0 Comments

Color spaces of #d67ebc

RGB 214126188
HSL0.880.520.67
HSV318°41°84°
CMYK 0.000.410.12   0.16
XYZ44.269532.848751.5841
Yxy32.84870.34400.2552
Hunter Lab57.313837.5753-13.2431
CIE-Lab64.038242.5854-17.9159

#d67ebc color RGB value is (214,126,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111110 10111100
Octal 326 176 274
Decimal 214 126 188
Hex D6 7E BC

RGB Percentages of Color #d67ebc

%40.53
%23.86
%35.61

CMYK Percentages of Color #d67ebc

%0
%41
%12
%16

Triadic Colors of #d67ebc

#d67ebc #bcd67e #7ebcd6

Analogous Colors of #d67ebc

#d67ebc #d67e90 #c47ed6

Monochromatic Colors of #d67ebc

#d67ebc

Complementary Color

#d67ebc #7ed698

#d67ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67ebc Color CSS Codes

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

#d67ebc Text Font Color

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

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


#d67ebc Background Color

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

This div background color is #d67ebc


#d67ebc Border Color

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

This div border color is #d67ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67ebc


Comments

No comments written yet.

Please login to write comment.