Color Hex Logo

#d33faa Color Hex

#D33FAA
(211,63,170)
0 Favorites   0 Comments

Color spaces of #d33faa

RGB 21163170
HSL0.880.630.54
HSV317°70°83°
CMYK 0.000.700.19   0.17
XYZ35.897220.306240.0577
Yxy20.30620.37290.2109
Hunter Lab45.062463.3358-21.1615
CIE-Lab52.181767.5323-25.7539

#d33faa color RGB value is (211,63,170).

#d33faa hex color red value is 211, green value is 63 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d33faa hue: 0.88 , saturation: 0.63 and the lightness value of d33faa is 0.54.

The process color (four color CMYK) of #d33faa color hex is 0.00, 0.70, 0.19, 0.17. Web safe color of #d33faa is #cc3399. Color #d33faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00111111 10101010
Octal 323 77 252
Decimal 211 63 170
Hex D3 3F AA

RGB Percentages of Color #d33faa

%47.52
%14.19
%38.29

CMYK Percentages of Color #d33faa

%0
%70
%19
%17

Triadic Colors of #d33faa

#d33faa #aad33f #3faad3

Analogous Colors of #d33faa

#d33faa #d33f60 #b23fd3

Monochromatic Colors of #d33faa

#d33faa

Complementary Color

#d33faa #3fd368

#d33faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33faa Color CSS Codes

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

#d33faa Text Font Color

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

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


#d33faa Background Color

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

This div background color is #d33faa


#d33faa Border Color

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

This div border color is #d33faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33faa


Comments

No comments written yet.

Please login to write comment.