Color Hex Logo

#d12041 Color Hex

#D12041
(209,32,65)
0 Favorites   0 Comments

Color spaces of #d12041

RGB 2093265
HSL0.970.730.47
HSV349°85°82°
CMYK 0.000.850.69   0.18
XYZ27.765114.97006.4271
Yxy14.97000.56480.3045
Hunter Lab38.691160.383917.2349
CIE-Lab45.593166.272328.3229

#d12041 color RGB value is (209,32,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100000 01000001
Octal 321 40 101
Decimal 209 32 65
Hex D1 20 41

RGB Percentages of Color #d12041

%68.30
%10.46
%21.24

CMYK Percentages of Color #d12041

%0
%85
%69
%18

Triadic Colors of #d12041

#d12041 #41d120 #2041d1

Analogous Colors of #d12041

#d12041 #d15720 #d1209a

Monochromatic Colors of #d12041

#d12041

Complementary Color

#d12041 #20d1b0

#d12041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12041 Color CSS Codes

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

#d12041 Text Font Color

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

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


#d12041 Background Color

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

This div background color is #d12041


#d12041 Border Color

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

This div border color is #d12041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12041


Comments

No comments written yet.

Please login to write comment.