Color Hex Logo

#d47bda Color Hex

#D47BDA
(212,123,218)
0 Favorites   0 Comments

Color spaces of #d47bda

RGB 212123218
HSL0.820.560.67
HSV296°44°85°
CMYK 0.030.440.00   0.15
XYZ46.889233.224970.2714
Yxy33.22490.31180.2209
Hunter Lab57.641044.3324-31.9329
CIE-Lab64.342648.7724-34.3151

#d47bda color RGB value is (212,123,218).

#d47bda hex color red value is 212, green value is 123 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d47bda hue: 0.82 , saturation: 0.56 and the lightness value of d47bda is 0.67.

The process color (four color CMYK) of #d47bda color hex is 0.03, 0.44, 0.00, 0.15. Web safe color of #d47bda is #cc66cc. Color #d47bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111011 11011010
Octal 324 173 332
Decimal 212 123 218
Hex D4 7B DA

RGB Percentages of Color #d47bda

%38.34
%22.24
%39.42

CMYK Percentages of Color #d47bda

%3
%44
%0
%15

Triadic Colors of #d47bda

#d47bda #dad47b #7bdad4

Analogous Colors of #d47bda

#d47bda #da7bb1 #a57bda

Monochromatic Colors of #d47bda

#d47bda

Complementary Color

#d47bda #81da7b

#d47bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47bda Color CSS Codes

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

#d47bda Text Font Color

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

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


#d47bda Background Color

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

This div background color is #d47bda


#d47bda Border Color

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

This div border color is #d47bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47bda


Comments

No comments written yet.

Please login to write comment.