Color Hex Logo

#d472eb Color Hex

#D472EB
(212,114,235)
0 Favorites   0 Comments

Color spaces of #d472eb

RGB 212114235
HSL0.800.750.68
HSV289°51°92°
CMYK 0.100.510.00   0.08
XYZ48.164132.029882.2411
Yxy32.02980.29650.1972
Hunter Lab56.594952.8683-46.5411
CIE-Lab63.367556.5241-45.2999

#d472eb color RGB value is (212,114,235).

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

The process color (four color CMYK) of #d472eb color hex is 0.10, 0.51, 0.00, 0.08. Web safe color of #d472eb is #cc66ff. Color #d472eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110010 11101011
Octal 324 162 353
Decimal 212 114 235
Hex D4 72 EB

RGB Percentages of Color #d472eb

%37.79
%20.32
%41.89

CMYK Percentages of Color #d472eb

%10
%51
%0
%8

Triadic Colors of #d472eb

#d472eb #ebd472 #72ebd4

Analogous Colors of #d472eb

#d472eb #eb72c6 #9872eb

Monochromatic Colors of #d472eb

#d472eb

Complementary Color

#d472eb #89eb72

#d472eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d472eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d472eb Color CSS Codes

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

#d472eb Text Font Color

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

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


#d472eb Background Color

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

This div background color is #d472eb


#d472eb Border Color

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

This div border color is #d472eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d472eb


Comments

No comments written yet.

Please login to write comment.