Color Hex Logo

#d12263 Color Hex

#D12263
(209,34,99)
0 Favorites   0 Comments

Color spaces of #d12263

RGB 2093499
HSL0.940.720.48
HSV338°84°82°
CMYK 0.000.840.53   0.18
XYZ29.118715.600213.2808
Yxy15.60020.50200.2690
Hunter Lab39.497162.47687.7118
CIE-Lab46.445567.90398.4785

#d12263 color RGB value is (209,34,99).

#d12263 hex color red value is 209, green value is 34 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #d12263 hue: 0.94 , saturation: 0.72 and the lightness value of d12263 is 0.48.

The process color (four color CMYK) of #d12263 color hex is 0.00, 0.84, 0.53, 0.18. Web safe color of #d12263 is #cc3366. Color #d12263 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100010 01100011
Octal 321 42 143
Decimal 209 34 99
Hex D1 22 63

RGB Percentages of Color #d12263

%61.11
%9.94
%28.95

CMYK Percentages of Color #d12263

%0
%84
%53
%18

Triadic Colors of #d12263

#d12263 #63d122 #2263d1

Analogous Colors of #d12263

#d12263 #d13922 #d122bb

Monochromatic Colors of #d12263

#d12263

Complementary Color

#d12263 #22d190

#d12263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12263 Color CSS Codes

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

#d12263 Text Font Color

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

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


#d12263 Background Color

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

This div background color is #d12263


#d12263 Border Color

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

This div border color is #d12263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12263


Comments

No comments written yet.

Please login to write comment.