Color Hex Logo

#d3066e Color Hex

#D3066E
(211,6,110)
0 Favorites   0 Comments

Color spaces of #d3066e

RGB 2116110
HSL0.920.940.43
HSV330°97°83°
CMYK 0.000.970.48   0.17
XYZ29.743615.104916.0997
Yxy15.10490.48800.2478
Hunter Lab38.865068.59322.6448
CIE-Lab45.777573.17730.7543

#d3066e color RGB value is (211,6,110).

#d3066e hex color red value is 211, green value is 6 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #d3066e hue: 0.92 , saturation: 0.94 and the lightness value of d3066e is 0.43.

The process color (four color CMYK) of #d3066e color hex is 0.00, 0.97, 0.48, 0.17. Web safe color of #d3066e is #cc0066. Color #d3066e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000110 01101110
Octal 323 6 156
Decimal 211 6 110
Hex D3 6 6E

RGB Percentages of Color #d3066e

%64.53
%1.83
%33.64

CMYK Percentages of Color #d3066e

%0
%97
%48
%17

Triadic Colors of #d3066e

#d3066e #6ed306 #066ed3

Analogous Colors of #d3066e

#d3066e #d30607 #d206d3

Monochromatic Colors of #d3066e

#d3066e

Complementary Color

#d3066e #06d36b

#d3066e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3066e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3066e Color CSS Codes

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

#d3066e Text Font Color

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

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


#d3066e Background Color

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

This div background color is #d3066e


#d3066e Border Color

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

This div border color is #d3066e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,6,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d3066e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d3066e;
  -webkit-box-shadow: 1px 1px 3px 2px #d3066e;
  box-shadow:         1px 1px 3px 2px #d3066e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,6,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3066e


Comments

No comments written yet.

Please login to write comment.