Color Hex Logo

#d47bec Color Hex

#D47BEC
(212,123,236)
0 Favorites   0 Comments

Color spaces of #d47bec

RGB 212123236
HSL0.800.750.70
HSV287°48°93°
CMYK 0.100.480.00   0.07
XYZ49.374734.219183.3595
Yxy34.21910.29570.2050
Hunter Lab58.497148.2937-43.5414
CIE-Lab65.136152.2130-43.0725

#d47bec color RGB value is (212,123,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111011 11101100
Octal 324 173 354
Decimal 212 123 236
Hex D4 7B EC

RGB Percentages of Color #d47bec

%37.13
%21.54
%41.33

CMYK Percentages of Color #d47bec

%10
%48
%0
%7

Triadic Colors of #d47bec

#d47bec #ecd47b #7becd4

Analogous Colors of #d47bec

#d47bec #ec7bcc #9c7bec

Monochromatic Colors of #d47bec

#d47bec

Complementary Color

#d47bec #93ec7b

#d47bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47bec Color CSS Codes

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

#d47bec Text Font Color

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

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


#d47bec Background Color

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

This div background color is #d47bec


#d47bec Border Color

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

This div border color is #d47bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47bec


Comments

No comments written yet.

Please login to write comment.