Color Hex Logo

#d47efa Color Hex

#D47EFA
(212,126,250)
0 Favorites   0 Comments

Color spaces of #d47efa

RGB 212126250
HSL0.780.930.74
HSV282°50°98°
CMYK 0.150.500.00   0.02
XYZ51.867635.820994.6229
Yxy35.82090.28450.1965
Hunter Lab59.850649.9529-51.8413
CIE-Lab66.382953.4929-48.8179

#d47efa color RGB value is (212,126,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111110 11111010
Octal 324 176 372
Decimal 212 126 250
Hex D4 7E FA

RGB Percentages of Color #d47efa

%36.05
%21.43
%42.52

CMYK Percentages of Color #d47efa

%15
%50
%0
%2

Triadic Colors of #d47efa

#d47efa #fad47e #7efad4

Analogous Colors of #d47efa

#d47efa #fa7ee2 #967efa

Monochromatic Colors of #d47efa

#d47efa

Complementary Color

#d47efa #a4fa7e

#d47efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47efa Color CSS Codes

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

#d47efa Text Font Color

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

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


#d47efa Background Color

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

This div background color is #d47efa


#d47efa Border Color

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

This div border color is #d47efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47efa


Comments

No comments written yet.

Please login to write comment.