Color Hex Logo

#d334a6 Color Hex

#D334A6
(211,52,166)
0 Favorites   0 Comments

Color spaces of #d334a6

RGB 21152166
HSL0.880.640.52
HSV317°75°83°
CMYK 0.000.750.21   0.17
XYZ34.974919.058037.9116
Yxy19.05800.38040.2073
Hunter Lab43.655566.6095-20.9302
CIE-Lab50.755070.5596-25.6073

#d334a6 color RGB value is (211,52,166).

#d334a6 hex color red value is 211, green value is 52 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #d334a6 hue: 0.88 , saturation: 0.64 and the lightness value of d334a6 is 0.52.

The process color (four color CMYK) of #d334a6 color hex is 0.00, 0.75, 0.21, 0.17. Web safe color of #d334a6 is #cc3399. Color #d334a6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110100 10100110
Octal 323 64 246
Decimal 211 52 166
Hex D3 34 A6

RGB Percentages of Color #d334a6

%49.18
%12.12
%38.69

CMYK Percentages of Color #d334a6

%0
%75
%21
%17

Triadic Colors of #d334a6

#d334a6 #a6d334 #34a6d3

Analogous Colors of #d334a6

#d334a6 #d33456 #b134d3

Monochromatic Colors of #d334a6

#d334a6

Complementary Color

#d334a6 #34d361

#d334a6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d334a6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d334a6 Color CSS Codes

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

#d334a6 Text Font Color

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

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


#d334a6 Background Color

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

This div background color is #d334a6


#d334a6 Border Color

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

This div border color is #d334a6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d334a6


Comments

No comments written yet.

Please login to write comment.