Color Hex Logo

#d11065 Color Hex

#D11065
(209,16,101)
0 Favorites   0 Comments

Color spaces of #d11065

RGB 20916101
HSL0.930.860.44
HSV334°92°82°
CMYK 0.000.920.52   0.18
XYZ28.828714.865513.6618
Yxy14.86550.50260.2592
Hunter Lab38.555865.99425.9803
CIE-Lab45.449471.07485.8215

#d11065 color RGB value is (209,16,101).

#d11065 hex color red value is 209, green value is 16 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #d11065 hue: 0.93 , saturation: 0.86 and the lightness value of d11065 is 0.44.

The process color (four color CMYK) of #d11065 color hex is 0.00, 0.92, 0.52, 0.18. Web safe color of #d11065 is #cc0066. Color #d11065 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010000 01100101
Octal 321 20 145
Decimal 209 16 101
Hex D1 10 65

RGB Percentages of Color #d11065

%64.11
%4.91
%30.98

CMYK Percentages of Color #d11065

%0
%92
%52
%18

Triadic Colors of #d11065

#d11065 #65d110 #1065d1

Analogous Colors of #d11065

#d11065 #d11c10 #d110c6

Monochromatic Colors of #d11065

#d11065

Complementary Color

#d11065 #10d17c

#d11065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11065 Color CSS Codes

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

#d11065 Text Font Color

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

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


#d11065 Background Color

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

This div background color is #d11065


#d11065 Border Color

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

This div border color is #d11065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11065


Comments

No comments written yet.

Please login to write comment.