Color Hex Logo

#d33856 Color Hex

#D33856
(211,56,86)
0 Favorites   0 Comments

Color spaces of #d33856

RGB 2115686
HSL0.970.640.52
HSV348°73°83°
CMYK 0.000.730.59   0.17
XYZ29.957917.349110.5739
Yxy17.34910.51760.2997
Hunter Lab41.652355.492614.1051
CIE-Lab48.696961.407119.6169

#d33856 color RGB value is (211,56,86).

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

The process color (four color CMYK) of #d33856 color hex is 0.00, 0.73, 0.59, 0.17. Web safe color of #d33856 is #cc3366. Color #d33856 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00111000 01010110
Octal 323 70 126
Decimal 211 56 86
Hex D3 38 56

RGB Percentages of Color #d33856

%59.77
%15.86
%24.36

CMYK Percentages of Color #d33856

%0
%73
%59
%17

Triadic Colors of #d33856

#d33856 #56d338 #3856d3

Analogous Colors of #d33856

#d33856 #d36838 #d338a4

Monochromatic Colors of #d33856

#d33856

Complementary Color

#d33856 #38d3b5

#d33856 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33856 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33856 Color CSS Codes

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

#d33856 Text Font Color

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

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


#d33856 Background Color

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

This div background color is #d33856


#d33856 Border Color

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

This div border color is #d33856


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33856


Comments

No comments written yet.

Please login to write comment.