Color Hex Logo

#d67cb2 Color Hex

#D67CB2
(214,124,178)
0 Favorites   0 Comments

Color spaces of #d67cb2

RGB 214124178
HSL0.900.520.66
HSV324°42°84°
CMYK 0.000.420.17   0.16
XYZ42.975131.925846.0167
Yxy31.92580.35540.2640
Hunter Lab56.502936.8838-8.7345
CIE-Lab63.281542.0321-13.3966

#d67cb2 color RGB value is (214,124,178).

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

The process color (four color CMYK) of #d67cb2 color hex is 0.00, 0.42, 0.17, 0.16. Web safe color of #d67cb2 is #cc6699. Color #d67cb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111100 10110010
Octal 326 174 262
Decimal 214 124 178
Hex D6 7C B2

RGB Percentages of Color #d67cb2

%41.47
%24.03
%34.50

CMYK Percentages of Color #d67cb2

%0
%42
%17
%16

Triadic Colors of #d67cb2

#d67cb2 #b2d67c #7cb2d6

Analogous Colors of #d67cb2

#d67cb2 #d67c85 #cd7cd6

Monochromatic Colors of #d67cb2

#d67cb2

Complementary Color

#d67cb2 #7cd6a0

#d67cb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67cb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67cb2 Color CSS Codes

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

#d67cb2 Text Font Color

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

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


#d67cb2 Background Color

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

This div background color is #d67cb2


#d67cb2 Border Color

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

This div border color is #d67cb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67cb2


Comments

No comments written yet.

Please login to write comment.