Color Hex Logo

#d33470 Color Hex

#D33470
(211,52,112)
0 Favorites   0 Comments

Color spaces of #d33470

RGB 21152112
HSL0.940.640.52
HSV337°75°83°
CMYK 0.000.750.47   0.17
XYZ31.016617.474717.0674
Yxy17.47470.47310.2666
Hunter Lab41.802859.28775.0548
CIE-Lab48.852764.69783.9785

#d33470 color RGB value is (211,52,112).

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

The process color (four color CMYK) of #d33470 color hex is 0.00, 0.75, 0.47, 0.17. Web safe color of #d33470 is #cc3366. Color #d33470 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110100 01110000
Octal 323 64 160
Decimal 211 52 112
Hex D3 34 70

RGB Percentages of Color #d33470

%56.27
%13.87
%29.87

CMYK Percentages of Color #d33470

%0
%75
%47
%17

Triadic Colors of #d33470

#d33470 #70d334 #3470d3

Analogous Colors of #d33470

#d33470 #d34734 #d334c0

Monochromatic Colors of #d33470

#d33470

Complementary Color

#d33470 #34d397

#d33470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33470 Color CSS Codes

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

#d33470 Text Font Color

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

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


#d33470 Background Color

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

This div background color is #d33470


#d33470 Border Color

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

This div border color is #d33470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33470


Comments

No comments written yet.

Please login to write comment.