Color Hex Logo

#d34061 Color Hex

#D34061
(211,64,97)
0 Favorites   0 Comments

Color spaces of #d34061

RGB 2116497
HSL0.960.630.54
HSV347°70°83°
CMYK 0.000.700.54   0.17
XYZ30.855018.378713.2305
Yxy18.37870.49400.2942
Hunter Lab42.870453.448211.7114
CIE-Lab49.952259.359414.6499

#d34061 color RGB value is (211,64,97).

#d34061 hex color red value is 211, green value is 64 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #d34061 hue: 0.96 , saturation: 0.63 and the lightness value of d34061 is 0.54.

The process color (four color CMYK) of #d34061 color hex is 0.00, 0.70, 0.54, 0.17. Web safe color of #d34061 is #cc3366. Color #d34061 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000000 01100001
Octal 323 100 141
Decimal 211 64 97
Hex D3 40 61

RGB Percentages of Color #d34061

%56.72
%17.20
%26.08

CMYK Percentages of Color #d34061

%0
%70
%54
%17

Triadic Colors of #d34061

#d34061 #61d340 #4061d3

Analogous Colors of #d34061

#d34061 #d36940 #d340ab

Monochromatic Colors of #d34061

#d34061

Complementary Color

#d34061 #40d3b2

#d34061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34061 Color CSS Codes

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

#d34061 Text Font Color

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

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


#d34061 Background Color

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

This div background color is #d34061


#d34061 Border Color

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

This div border color is #d34061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34061


Comments

No comments written yet.

Please login to write comment.