Color Hex Logo

#d50352 Color Hex

#D50352
(213,3,82)
0 Favorites   0 Comments

Color spaces of #d50352

RGB 213382
HSL0.940.970.42
HSV337°99°84°
CMYK 0.000.990.62   0.16
XYZ28.996114.82059.3150
Yxy14.82050.54570.2789
Hunter Lab38.497467.075112.6021
CIE-Lab45.387471.991317.7142

#d50352 color RGB value is (213,3,82).

#d50352 hex color red value is 213, green value is 3 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #d50352 hue: 0.94 , saturation: 0.97 and the lightness value of d50352 is 0.42.

The process color (four color CMYK) of #d50352 color hex is 0.00, 0.99, 0.62, 0.16. Web safe color of #d50352 is #cc0066. Color #d50352 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000011 01010010
Octal 325 3 122
Decimal 213 3 82
Hex D5 3 52

RGB Percentages of Color #d50352

%71.48
%1.01
%27.52

CMYK Percentages of Color #d50352

%0
%99
%62
%16

Triadic Colors of #d50352

#d50352 #52d503 #0352d5

Analogous Colors of #d50352

#d50352 #d51d03 #d503bb

Monochromatic Colors of #d50352

#d50352

Complementary Color

#d50352 #03d586

#d50352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50352 Color CSS Codes

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

#d50352 Text Font Color

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

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


#d50352 Background Color

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

This div background color is #d50352


#d50352 Border Color

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

This div border color is #d50352


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,3,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d50352; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d50352;
  -webkit-box-shadow: 1px 1px 3px 2px #d50352;
  box-shadow:         1px 1px 3px 2px #d50352; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,3,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50352


Comments

No comments written yet.

Please login to write comment.