Color Hex Logo

#d12066 Color Hex

#D12066
(209,32,102)
0 Favorites   0 Comments

Color spaces of #d12066

RGB 20932102
HSL0.930.730.47
HSV336°85°82°
CMYK 0.000.850.51   0.18
XYZ29.209315.547614.0319
Yxy15.54760.49690.2645
Hunter Lab39.430463.22606.5021
CIE-Lab46.375368.55606.5217

#d12066 color RGB value is (209,32,102).

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

The process color (four color CMYK) of #d12066 color hex is 0.00, 0.85, 0.51, 0.18. Web safe color of #d12066 is #cc3366. Color #d12066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100000 01100110
Octal 321 40 146
Decimal 209 32 102
Hex D1 20 66

RGB Percentages of Color #d12066

%60.93
%9.33
%29.74

CMYK Percentages of Color #d12066

%0
%85
%51
%18

Triadic Colors of #d12066

#d12066 #66d120 #2066d1

Analogous Colors of #d12066

#d12066 #d13320 #d120bf

Monochromatic Colors of #d12066

#d12066

Complementary Color

#d12066 #20d18b

#d12066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12066 Color CSS Codes

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

#d12066 Text Font Color

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

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


#d12066 Background Color

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

This div background color is #d12066


#d12066 Border Color

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

This div border color is #d12066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12066


Comments

No comments written yet.

Please login to write comment.