Color Hex Logo

#d473eb Color Hex

#D473EB
(212,115,235)
0 Favorites   0 Comments

Color spaces of #d473eb

RGB 212115235
HSL0.800.750.69
HSV289°51°92°
CMYK 0.100.510.00   0.08
XYZ48.277532.256782.2789
Yxy32.25670.29650.1981
Hunter Lab56.795052.3393-46.1369
CIE-Lab63.554556.0308-45.0054

#d473eb color RGB value is (212,115,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110011 11101011
Octal 324 163 353
Decimal 212 115 235
Hex D4 73 EB

RGB Percentages of Color #d473eb

%37.72
%20.46
%41.81

CMYK Percentages of Color #d473eb

%10
%51
%0
%8

Triadic Colors of #d473eb

#d473eb #ebd473 #73ebd4

Analogous Colors of #d473eb

#d473eb #eb73c6 #9873eb

Monochromatic Colors of #d473eb

#d473eb

Complementary Color

#d473eb #8aeb73

#d473eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d473eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d473eb Color CSS Codes

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

#d473eb Text Font Color

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

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


#d473eb Background Color

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

This div background color is #d473eb


#d473eb Border Color

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

This div border color is #d473eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d473eb


Comments

No comments written yet.

Please login to write comment.