Color Hex Logo

#d33071 Color Hex

#D33071
(211,48,113)
0 Favorites   0 Comments

Color spaces of #d33071

RGB 21148113
HSL0.930.650.51
HSV336°77°83°
CMYK 0.000.770.46   0.17
XYZ30.901617.155017.3053
Yxy17.15500.47280.2625
Hunter Lab41.418660.69284.2208
CIE-Lab48.454765.98702.7936

#d33071 color RGB value is (211,48,113).

#d33071 hex color red value is 211, green value is 48 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #d33071 hue: 0.93 , saturation: 0.65 and the lightness value of d33071 is 0.51.

The process color (four color CMYK) of #d33071 color hex is 0.00, 0.77, 0.46, 0.17. Web safe color of #d33071 is #cc3366. Color #d33071 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110000 01110001
Octal 323 60 161
Decimal 211 48 113
Hex D3 30 71

RGB Percentages of Color #d33071

%56.72
%12.90
%30.38

CMYK Percentages of Color #d33071

%0
%77
%46
%17

Triadic Colors of #d33071

#d33071 #71d330 #3071d3

Analogous Colors of #d33071

#d33071 #d34030 #d330c3

Monochromatic Colors of #d33071

#d33071

Complementary Color

#d33071 #30d392

#d33071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33071 Color CSS Codes

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

#d33071 Text Font Color

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

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


#d33071 Background Color

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

This div background color is #d33071


#d33071 Border Color

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

This div border color is #d33071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33071


Comments

No comments written yet.

Please login to write comment.