Color Hex Logo

#d12438 Color Hex

#D12438
(209,36,56)
0 Favorites   0 Comments

Color spaces of #d12438

RGB 2093656
HSL0.980.710.48
HSV353°83°82°
CMYK 0.000.830.73   0.18
XYZ27.639215.10265.1997
Yxy15.10260.57650.3150
Hunter Lab38.862158.942919.2705
CIE-Lab45.774464.988533.9467

#d12438 color RGB value is (209,36,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100100 00111000
Octal 321 44 70
Decimal 209 36 56
Hex D1 24 38

RGB Percentages of Color #d12438

%69.44
%11.96
%18.60

CMYK Percentages of Color #d12438

%0
%83
%73
%18

Triadic Colors of #d12438

#d12438 #38d124 #2438d1

Analogous Colors of #d12438

#d12438 #d16724 #d1248f

Monochromatic Colors of #d12438

#d12438

Complementary Color

#d12438 #24d1bd

#d12438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12438 Color CSS Codes

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

#d12438 Text Font Color

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

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


#d12438 Background Color

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

This div background color is #d12438


#d12438 Border Color

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

This div border color is #d12438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12438


Comments

No comments written yet.

Please login to write comment.