Color Hex Logo

#d12553 Color Hex

#D12553
(209,37,83)
0 Favorites   0 Comments

Color spaces of #d12553

RGB 2093783
HSL0.960.700.48
HSV344°82°82°
CMYK 0.000.820.60   0.18
XYZ28.517415.50309.6730
Yxy15.50300.53110.2887
Hunter Lab39.373860.378412.9959
CIE-Lab46.315666.127818.1998

#d12553 color RGB value is (209,37,83).

#d12553 hex color red value is 209, green value is 37 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #d12553 hue: 0.96 , saturation: 0.70 and the lightness value of d12553 is 0.48.

The process color (four color CMYK) of #d12553 color hex is 0.00, 0.82, 0.60, 0.18. Web safe color of #d12553 is #cc3366. Color #d12553 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100101 01010011
Octal 321 45 123
Decimal 209 37 83
Hex D1 25 53

RGB Percentages of Color #d12553

%63.53
%11.25
%25.23

CMYK Percentages of Color #d12553

%0
%82
%60
%18

Triadic Colors of #d12553

#d12553 #53d125 #2553d1

Analogous Colors of #d12553

#d12553 #d14d25 #d125a9

Monochromatic Colors of #d12553

#d12553

Complementary Color

#d12553 #25d1a3

#d12553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12553 Color CSS Codes

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

#d12553 Text Font Color

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

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


#d12553 Background Color

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

This div background color is #d12553


#d12553 Border Color

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

This div border color is #d12553


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,37,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d12553; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d12553;
  -webkit-box-shadow: 1px 1px 3px 2px #d12553;
  box-shadow:         1px 1px 3px 2px #d12553; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,37,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12553


Comments

No comments written yet.

Please login to write comment.