Color Hex Logo

#d472ee Color Hex

#D472EE
(212,114,238)
0 Favorites   0 Comments

Color spaces of #d472ee

RGB 212114238
HSL0.800.780.69
HSV287°52°93°
CMYK 0.110.520.00   0.07
XYZ48.601332.204784.5435
Yxy32.20470.29390.1948
Hunter Lab56.749253.5604-48.6043
CIE-Lab63.511757.1051-46.7353

#d472ee color RGB value is (212,114,238).

#d472ee hex color red value is 212, green value is 114 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d472ee hue: 0.80 , saturation: 0.78 and the lightness value of d472ee is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110010 11101110
Octal 324 162 356
Decimal 212 114 238
Hex D4 72 EE

RGB Percentages of Color #d472ee

%37.59
%20.21
%42.20

CMYK Percentages of Color #d472ee

%11
%52
%0
%7

Triadic Colors of #d472ee

#d472ee #eed472 #72eed4

Analogous Colors of #d472ee

#d472ee #ee72ca #9672ee

Monochromatic Colors of #d472ee

#d472ee

Complementary Color

#d472ee #8cee72

#d472ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d472ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d472ee Color CSS Codes

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

#d472ee Text Font Color

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

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


#d472ee Background Color

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

This div background color is #d472ee


#d472ee Border Color

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

This div border color is #d472ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d472ee


Comments

No comments written yet.

Please login to write comment.