Color Hex Logo

#d33476 Color Hex

#D33476
(211,52,118)
0 Favorites   0 Comments

Color spaces of #d33476

RGB 21152118
HSL0.930.640.52
HSV335°75°83°
CMYK 0.000.750.44   0.17
XYZ31.362017.612918.8862
Yxy17.61290.46210.2595
Hunter Lab41.967759.94752.6959
CIE-Lab49.023265.23590.5704

#d33476 color RGB value is (211,52,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110100 01110110
Octal 323 64 166
Decimal 211 52 118
Hex D3 34 76

RGB Percentages of Color #d33476

%55.38
%13.65
%30.97

CMYK Percentages of Color #d33476

%0
%75
%44
%17

Triadic Colors of #d33476

#d33476 #76d334 #3476d3

Analogous Colors of #d33476

#d33476 #d34134 #d334c6

Monochromatic Colors of #d33476

#d33476

Complementary Color

#d33476 #34d391

#d33476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33476 Color CSS Codes

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

#d33476 Text Font Color

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

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


#d33476 Background Color

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

This div background color is #d33476


#d33476 Border Color

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

This div border color is #d33476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33476


Comments

No comments written yet.

Please login to write comment.