Color Hex Logo

#d33260 Color Hex

#D33260
(211,50,96)
0 Favorites   0 Comments

Color spaces of #d33260

RGB 2115096
HSL0.950.650.51
HSV343°76°83°
CMYK 0.000.760.55   0.17
XYZ30.115916.974612.7555
Yxy16.97460.50320.2836
Hunter Lab41.200258.376710.4841
CIE-Lab48.228064.025412.8771

#d33260 color RGB value is (211,50,96).

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

The process color (four color CMYK) of #d33260 color hex is 0.00, 0.76, 0.55, 0.17. Web safe color of #d33260 is #cc3366. Color #d33260 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110010 01100000
Octal 323 62 140
Decimal 211 50 96
Hex D3 32 60

RGB Percentages of Color #d33260

%59.10
%14.01
%26.89

CMYK Percentages of Color #d33260

%0
%76
%55
%17

Triadic Colors of #d33260

#d33260 #60d332 #3260d3

Analogous Colors of #d33260

#d33260 #d35432 #d332b1

Monochromatic Colors of #d33260

#d33260

Complementary Color

#d33260 #32d3a5

#d33260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33260 Color CSS Codes

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

#d33260 Text Font Color

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

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


#d33260 Background Color

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

This div background color is #d33260


#d33260 Border Color

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

This div border color is #d33260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33260


Comments

No comments written yet.

Please login to write comment.