Color Hex Logo

#d12345 Color Hex

#D12345
(209,35,69)
1 Favorites   0 Comments

Color spaces of #d12345

RGB 2093569
HSL0.970.710.48
HSV348°83°82°
CMYK 0.000.830.67   0.18
XYZ27.969715.18707.0874
Yxy15.18700.55670.3023
Hunter Lab38.970559.913716.4965
CIE-Lab45.889365.808526.2532

#d12345 color RGB value is (209,35,69).

#d12345 hex color red value is 209, green value is 35 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #d12345 hue: 0.97 , saturation: 0.71 and the lightness value of d12345 is 0.48.

The process color (four color CMYK) of #d12345 color hex is 0.00, 0.83, 0.67, 0.18. Web safe color of #d12345 is #cc3333. Color #d12345 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100011 01000101
Octal 321 43 105
Decimal 209 35 69
Hex D1 23 45

RGB Percentages of Color #d12345

%66.77
%11.18
%22.04

CMYK Percentages of Color #d12345

%0
%83
%67
%18

Triadic Colors of #d12345

#d12345 #45d123 #2345d1

Analogous Colors of #d12345

#d12345 #d15823 #d1239c

Monochromatic Colors of #d12345

#d12345

Complementary Color

#d12345 #23d1af

#d12345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12345 Color CSS Codes

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

#d12345 Text Font Color

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

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


#d12345 Background Color

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

This div background color is #d12345


#d12345 Border Color

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

This div border color is #d12345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12345

#d12345 Color Palettes


Comments

No comments written yet.

Please login to write comment.