Color Hex Logo

#d33566 Color Hex

#D33566
(211,53,102)
0 Favorites   0 Comments

Color spaces of #d33566

RGB 21153102
HSL0.950.640.52
HSV341°75°83°
CMYK 0.000.750.52   0.17
XYZ30.535317.354414.3107
Yxy17.35440.49090.2790
Hunter Lab41.658657.93598.7935
CIE-Lab48.703563.55099.8712

#d33566 color RGB value is (211,53,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110101 01100110
Octal 323 65 146
Decimal 211 53 102
Hex D3 35 66

RGB Percentages of Color #d33566

%57.65
%14.48
%27.87

CMYK Percentages of Color #d33566

%0
%75
%52
%17

Triadic Colors of #d33566

#d33566 #66d335 #3566d3

Analogous Colors of #d33566

#d33566 #d35335 #d335b5

Monochromatic Colors of #d33566

#d33566

Complementary Color

#d33566 #35d3a2

#d33566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33566 Color CSS Codes

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

#d33566 Text Font Color

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

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


#d33566 Background Color

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

This div background color is #d33566


#d33566 Border Color

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

This div border color is #d33566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33566


Comments

No comments written yet.

Please login to write comment.