Color Hex Logo

#d47cbc Color Hex

#D47CBC
(212,124,188)
0 Favorites   0 Comments

Color spaces of #d47cbc

RGB 212124188
HSL0.880.510.66
HSV316°42°83°
CMYK 0.000.420.11   0.17
XYZ43.436132.043251.4726
Yxy32.04320.34210.2524
Hunter Lab56.606737.9069-14.2878
CIE-Lab63.378642.9811-18.9408

#d47cbc color RGB value is (212,124,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111100 10111100
Octal 324 174 274
Decimal 212 124 188
Hex D4 7C BC

RGB Percentages of Color #d47cbc

%40.46
%23.66
%35.88

CMYK Percentages of Color #d47cbc

%0
%42
%11
%17

Triadic Colors of #d47cbc

#d47cbc #bcd47c #7cbcd4

Analogous Colors of #d47cbc

#d47cbc #d47c90 #c07cd4

Monochromatic Colors of #d47cbc

#d47cbc

Complementary Color

#d47cbc #7cd494

#d47cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47cbc Color CSS Codes

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

#d47cbc Text Font Color

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

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


#d47cbc Background Color

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

This div background color is #d47cbc


#d47cbc Border Color

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

This div border color is #d47cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47cbc


Comments

No comments written yet.

Please login to write comment.