Color Hex Logo

#d34afa Color Hex

#D34AFA
(211,74,250)
0 Favorites   0 Comments

Color spaces of #d34afa

RGB 21174250
HSL0.800.950.64
HSV287°70°98°
CMYK 0.160.700.00   0.02
XYZ46.568125.648692.9387
Yxy25.64860.28200.1553
Hunter Lab50.644475.5048-73.3532
CIE-Lab57.702076.4919-62.6457

#d34afa color RGB value is (211,74,250).

#d34afa hex color red value is 211, green value is 74 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d34afa hue: 0.80 , saturation: 0.95 and the lightness value of d34afa is 0.64.

The process color (four color CMYK) of #d34afa color hex is 0.16, 0.70, 0.00, 0.02. Web safe color of #d34afa is #cc33ff. Color #d34afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001010 11111010
Octal 323 112 372
Decimal 211 74 250
Hex D3 4A FA

RGB Percentages of Color #d34afa

%39.44
%13.83
%46.73

CMYK Percentages of Color #d34afa

%16
%70
%0
%2

Triadic Colors of #d34afa

#d34afa #fad34a #4afad3

Analogous Colors of #d34afa

#d34afa #fa4ac9 #7b4afa

Monochromatic Colors of #d34afa

#d34afa

Complementary Color

#d34afa #71fa4a

#d34afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34afa Color CSS Codes

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

#d34afa Text Font Color

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

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


#d34afa Background Color

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

This div background color is #d34afa


#d34afa Border Color

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

This div border color is #d34afa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,74,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d34afa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d34afa;
  -webkit-box-shadow: 1px 1px 3px 2px #d34afa;
  box-shadow:         1px 1px 3px 2px #d34afa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,74,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34afa


Comments

No comments written yet.

Please login to write comment.