Color Hex Logo

#d67cbe Color Hex

#D67CBE
(214,124,190)
0 Favorites   0 Comments

Color spaces of #d67cbe

RGB 214124190
HSL0.880.520.66
HSV316°42°84°
CMYK 0.000.420.11   0.16
XYZ44.233532.429252.6433
Yxy32.42920.34210.2508
Hunter Lab56.946638.9939-14.9469
CIE-Lab63.696043.9552-19.5658

#d67cbe color RGB value is (214,124,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111100 10111110
Octal 326 174 276
Decimal 214 124 190
Hex D6 7C BE

RGB Percentages of Color #d67cbe

%40.53
%23.48
%35.98

CMYK Percentages of Color #d67cbe

%0
%42
%11
%16

Triadic Colors of #d67cbe

#d67cbe #bed67c #7cbed6

Analogous Colors of #d67cbe

#d67cbe #d67c91 #c17cd6

Monochromatic Colors of #d67cbe

#d67cbe

Complementary Color

#d67cbe #7cd694

#d67cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67cbe Color CSS Codes

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

#d67cbe Text Font Color

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

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


#d67cbe Background Color

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

This div background color is #d67cbe


#d67cbe Border Color

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

This div border color is #d67cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67cbe


Comments

No comments written yet.

Please login to write comment.