Color Hex Logo

#d473ef Color Hex

#D473EF
(212,115,239)
0 Favorites   0 Comments

Color spaces of #d473ef

RGB 212115239
HSL0.800.790.69
HSV287°52°94°
CMYK 0.110.520.00   0.06
XYZ48.862132.490585.3573
Yxy32.49050.29310.1949
Hunter Lab57.000453.2636-48.8856
CIE-Lab63.746256.8081-46.9189

#d473ef color RGB value is (212,115,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110011 11101111
Octal 324 163 357
Decimal 212 115 239
Hex D4 73 EF

RGB Percentages of Color #d473ef

%37.46
%20.32
%42.23

CMYK Percentages of Color #d473ef

%11
%52
%0
%6

Triadic Colors of #d473ef

#d473ef #efd473 #73efd4

Analogous Colors of #d473ef

#d473ef #ef73cc #9673ef

Monochromatic Colors of #d473ef

#d473ef

Complementary Color

#d473ef #8eef73

#d473ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d473ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d473ef Color CSS Codes

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

#d473ef Text Font Color

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

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


#d473ef Background Color

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

This div background color is #d473ef


#d473ef Border Color

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

This div border color is #d473ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d473ef


Comments

No comments written yet.

Please login to write comment.