Color Hex Logo

#d12043 Color Hex

#D12043
(209,32,67)
0 Favorites   0 Comments

Color spaces of #d12043

RGB 2093267
HSL0.970.730.47
HSV348°85°82°
CMYK 0.000.850.68   0.18
XYZ27.824114.99366.7377
Yxy14.99360.56150.3026
Hunter Lab38.721660.501716.7884
CIE-Lab45.625466.367727.1439

#d12043 color RGB value is (209,32,67).

#d12043 hex color red value is 209, green value is 32 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #d12043 hue: 0.97 , saturation: 0.73 and the lightness value of d12043 is 0.47.

The process color (four color CMYK) of #d12043 color hex is 0.00, 0.85, 0.68, 0.18. Web safe color of #d12043 is #cc3333. Color #d12043 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100000 01000011
Octal 321 40 103
Decimal 209 32 67
Hex D1 20 43

RGB Percentages of Color #d12043

%67.86
%10.39
%21.75

CMYK Percentages of Color #d12043

%0
%85
%68
%18

Triadic Colors of #d12043

#d12043 #43d120 #2043d1

Analogous Colors of #d12043

#d12043 #d15620 #d1209c

Monochromatic Colors of #d12043

#d12043

Complementary Color

#d12043 #20d1ae

#d12043 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12043 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12043 Color CSS Codes

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

#d12043 Text Font Color

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

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


#d12043 Background Color

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

This div background color is #d12043


#d12043 Border Color

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

This div border color is #d12043


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12043


Comments

No comments written yet.

Please login to write comment.