Color Hex Logo

#d33055 Color Hex

#D33055
(211,48,85)
0 Favorites   0 Comments

Color spaces of #d33055

RGB 2114885
HSL0.960.650.51
HSV346°77°83°
CMYK 0.000.770.60   0.17
XYZ29.560616.618710.2440
Yxy16.61870.52390.2945
Hunter Lab40.766058.094813.6374
CIE-Lab47.776063.865818.9952

#d33055 color RGB value is (211,48,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110000 01010101
Octal 323 60 125
Decimal 211 48 85
Hex D3 30 55

RGB Percentages of Color #d33055

%61.34
%13.95
%24.71

CMYK Percentages of Color #d33055

%0
%77
%60
%17

Triadic Colors of #d33055

#d33055 #55d330 #3055d3

Analogous Colors of #d33055

#d33055 #d35d30 #d330a7

Monochromatic Colors of #d33055

#d33055

Complementary Color

#d33055 #30d3ae

#d33055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33055 Color CSS Codes

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

#d33055 Text Font Color

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

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


#d33055 Background Color

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

This div background color is #d33055


#d33055 Border Color

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

This div border color is #d33055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33055


Comments

No comments written yet.

Please login to write comment.