Color Hex Logo

#d34aea Color Hex

#D34AEA
(211,74,234)
0 Favorites   0 Comments

Color spaces of #d34aea

RGB 21174234
HSL0.810.790.60
HSV291°68°92°
CMYK 0.100.680.00   0.08
XYZ44.164024.687080.2793
Yxy24.68700.29610.1655
Hunter Lab49.686071.7113-61.0166
CIE-Lab56.769273.6093-55.2164

#d34aea color RGB value is (211,74,234).

#d34aea hex color red value is 211, green value is 74 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d34aea hue: 0.81 , saturation: 0.79 and the lightness value of d34aea is 0.60.

The process color (four color CMYK) of #d34aea color hex is 0.10, 0.68, 0.00, 0.08. Web safe color of #d34aea is #cc33ff. Color #d34aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001010 11101010
Octal 323 112 352
Decimal 211 74 234
Hex D3 4A EA

RGB Percentages of Color #d34aea

%40.66
%14.26
%45.09

CMYK Percentages of Color #d34aea

%10
%68
%0
%8

Triadic Colors of #d34aea

#d34aea #ead34a #4aead3

Analogous Colors of #d34aea

#d34aea #ea4ab1 #834aea

Monochromatic Colors of #d34aea

#d34aea

Complementary Color

#d34aea #61ea4a

#d34aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34aea Color CSS Codes

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

#d34aea Text Font Color

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

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


#d34aea Background Color

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

This div background color is #d34aea


#d34aea Border Color

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

This div border color is #d34aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34aea


Comments

No comments written yet.

Please login to write comment.