Color Hex Logo

#d47dfa Color Hex

#D47DFA
(212,125,250)
0 Favorites   0 Comments

Color spaces of #d47dfa

RGB 212125250
HSL0.780.930.74
HSV282°50°98°
CMYK 0.150.500.00   0.02
XYZ51.740335.566494.5805
Yxy35.56640.28450.1955
Hunter Lab59.637650.4971-52.2830
CIE-Lab66.187354.0013-49.1266

#d47dfa color RGB value is (212,125,250).

#d47dfa hex color red value is 212, green value is 125 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d47dfa hue: 0.78 , saturation: 0.93 and the lightness value of d47dfa is 0.74.

The process color (four color CMYK) of #d47dfa color hex is 0.15, 0.50, 0.00, 0.02. Web safe color of #d47dfa is #cc66ff. Color #d47dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111101 11111010
Octal 324 175 372
Decimal 212 125 250
Hex D4 7D FA

RGB Percentages of Color #d47dfa

%36.12
%21.29
%42.59

CMYK Percentages of Color #d47dfa

%15
%50
%0
%2

Triadic Colors of #d47dfa

#d47dfa #fad47d #7dfad4

Analogous Colors of #d47dfa

#d47dfa #fa7de2 #967dfa

Monochromatic Colors of #d47dfa

#d47dfa

Complementary Color

#d47dfa #a3fa7d

#d47dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47dfa Color CSS Codes

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

#d47dfa Text Font Color

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

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


#d47dfa Background Color

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

This div background color is #d47dfa


#d47dfa Border Color

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

This div border color is #d47dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47dfa


Comments

No comments written yet.

Please login to write comment.