Color Hex Logo

#d47fee Color Hex

#D47FEE
(212,127,238)
0 Favorites   0 Comments

Color spaces of #d47fee

RGB 212127238
HSL0.790.770.72
HSV286°47°93°
CMYK 0.110.470.00   0.07
XYZ50.173435.348885.0675
Yxy35.34880.29410.2072
Hunter Lab59.454946.5885-43.2132
CIE-Lab66.019350.5618-42.7909

#d47fee color RGB value is (212,127,238).

#d47fee hex color red value is 212, green value is 127 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d47fee hue: 0.79 , saturation: 0.77 and the lightness value of d47fee is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111111 11101110
Octal 324 177 356
Decimal 212 127 238
Hex D4 7F EE

RGB Percentages of Color #d47fee

%36.74
%22.01
%41.25

CMYK Percentages of Color #d47fee

%11
%47
%0
%7

Triadic Colors of #d47fee

#d47fee #eed47f #7feed4

Analogous Colors of #d47fee

#d47fee #ee7fd1 #9d7fee

Monochromatic Colors of #d47fee

#d47fee

Complementary Color

#d47fee #99ee7f

#d47fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47fee Color CSS Codes

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

#d47fee Text Font Color

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

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


#d47fee Background Color

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

This div background color is #d47fee


#d47fee Border Color

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

This div border color is #d47fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47fee


Comments

No comments written yet.

Please login to write comment.