Color Hex Logo

#d12663 Color Hex

#D12663
(209,38,99)
0 Favorites   0 Comments

Color spaces of #d12663

RGB 2093899
HSL0.940.690.48
HSV339°82°82°
CMYK 0.000.820.53   0.18
XYZ29.239715.842413.3212
Yxy15.84240.50070.2713
Hunter Lab39.802561.47528.0184
CIE-Lab46.767066.98438.9323

#d12663 color RGB value is (209,38,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100110 01100011
Octal 321 46 143
Decimal 209 38 99
Hex D1 26 63

RGB Percentages of Color #d12663

%60.40
%10.98
%28.61

CMYK Percentages of Color #d12663

%0
%82
%53
%18

Triadic Colors of #d12663

#d12663 #63d126 #2663d1

Analogous Colors of #d12663

#d12663 #d13f26 #d126b9

Monochromatic Colors of #d12663

#d12663

Complementary Color

#d12663 #26d194

#d12663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12663 Color CSS Codes

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

#d12663 Text Font Color

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

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


#d12663 Background Color

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

This div background color is #d12663


#d12663 Border Color

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

This div border color is #d12663


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,38,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 #d12663">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12663


Comments

No comments written yet.

Please login to write comment.