color codes Logo

#d47fef color codes

#D47FEF
(212,127,239)
0 Favorites   0 Comments

Color spaces of #d47fef

RGB 212127239
HSL0.790.780.72
HSV286°47°94°
CMYK 0.110.470.00   0.06
XYZ50.320735.407885.8435
Yxy35.40780.29330.2064
Hunter Lab59.504546.8180-43.8810
CIE-Lab66.064950.7602-43.2706

#d47fef color RGB value is (212,127,239).

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

The process color (four color CMYK) of #d47fef color code is 0.11, 0.47, 0.00, 0.06. Web safe color of #d47fef is #cc66ff. Color #d47fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111111 11101111
Octal 324 177 357
Decimal 212 127 239
Hex D4 7F EF

RGB Percentages of Color #d47fef

%36.68
%21.97
%41.35

CMYK Percentages of Color #d47fef

%11
%47
%0
%6

Triadic Colors of #d47fef

#d47fef #efd47f #7fefd4

Analogous Colors of #d47fef

#d47fef #ef7fd2 #9c7fef

Monochromatic Colors of #d47fef

#d47fef

Complementary Color

#d47fef #9aef7f

#d47fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47fef Color CSS Codes

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

#d47fef Text Font Color

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

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


#d47fef Background Color

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

This div background color is #d47fef


#d47fef Border Color

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

This div border color is #d47fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47fef


Comments

No comments written yet.

Please login to write comment.