Color Hex Logo

#d47cec Color Hex

#D47CEC
(212,124,236)
0 Favorites   0 Comments

Color spaces of #d47cec

RGB 212124236
HSL0.800.750.71
HSV287°47°93°
CMYK 0.100.470.00   0.07
XYZ49.499434.468583.4011
Yxy34.46850.29580.2059
Hunter Lab58.709947.7544-43.1283
CIE-Lab65.332751.7035-42.7639

#d47cec color RGB value is (212,124,236).

#d47cec hex color red value is 212, green value is 124 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d47cec hue: 0.80 , saturation: 0.75 and the lightness value of d47cec is 0.71.

The process color (four color CMYK) of #d47cec color hex is 0.10, 0.47, 0.00, 0.07. Web safe color of #d47cec is #cc66ff. Color #d47cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111100 11101100
Octal 324 174 354
Decimal 212 124 236
Hex D4 7C EC

RGB Percentages of Color #d47cec

%37.06
%21.68
%41.26

CMYK Percentages of Color #d47cec

%10
%47
%0
%7

Triadic Colors of #d47cec

#d47cec #ecd47c #7cecd4

Analogous Colors of #d47cec

#d47cec #ec7ccc #9c7cec

Monochromatic Colors of #d47cec

#d47cec

Complementary Color

#d47cec #94ec7c

#d47cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47cec Color CSS Codes

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

#d47cec Text Font Color

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

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


#d47cec Background Color

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

This div background color is #d47cec


#d47cec Border Color

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

This div border color is #d47cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47cec


Comments

No comments written yet.

Please login to write comment.