Color Hex Logo

#d33168 Color Hex

#D33168
(211,49,104)
0 Favorites   0 Comments

Color spaces of #d33168

RGB 21149104
HSL0.940.650.51
HSV340°77°83°
CMYK 0.000.770.51   0.17
XYZ30.461017.045014.7812
Yxy17.04500.48900.2737
Hunter Lab41.285659.44967.6727
CIE-Lab48.316764.94038.1019

#d33168 color RGB value is (211,49,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110001 01101000
Octal 323 61 150
Decimal 211 49 104
Hex D3 31 68

RGB Percentages of Color #d33168

%57.97
%13.46
%28.57

CMYK Percentages of Color #d33168

%0
%77
%51
%17

Triadic Colors of #d33168

#d33168 #68d331 #3168d3

Analogous Colors of #d33168

#d33168 #d34b31 #d331b9

Monochromatic Colors of #d33168

#d33168

Complementary Color

#d33168 #31d39c

#d33168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33168 Color CSS Codes

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

#d33168 Text Font Color

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

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


#d33168 Background Color

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

This div background color is #d33168


#d33168 Border Color

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

This div border color is #d33168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33168


Comments

No comments written yet.

Please login to write comment.