Color Hex Logo

#d00771 Color Hex

#D00771
(208,7,113)
0 Favorites   0 Comments

Color spaces of #d00771

RGB 2087113
HSL0.910.930.42
HSV328°97°82°
CMYK 0.000.970.46   0.18
XYZ29.069014.754116.9385
Yxy14.75410.47840.2428
Hunter Lab38.411167.86710.7421
CIE-Lab45.295572.6689-1.8824

#d00771 color RGB value is (208,7,113).

#d00771 hex color red value is 208, green value is 7 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #d00771 hue: 0.91 , saturation: 0.93 and the lightness value of d00771 is 0.42.

The process color (four color CMYK) of #d00771 color hex is 0.00, 0.97, 0.46, 0.18. Web safe color of #d00771 is #cc0066. Color #d00771 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000111 01110001
Octal 320 7 161
Decimal 208 7 113
Hex D0 7 71

RGB Percentages of Color #d00771

%63.41
%2.13
%34.45

CMYK Percentages of Color #d00771

%0
%97
%46
%18

Triadic Colors of #d00771

#d00771 #71d007 #0771d0

Analogous Colors of #d00771

#d00771 #d0070c #cb07d0

Monochromatic Colors of #d00771

#d00771

Complementary Color

#d00771 #07d066

#d00771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00771 Color CSS Codes

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

#d00771 Text Font Color

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

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


#d00771 Background Color

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

This div background color is #d00771


#d00771 Border Color

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

This div border color is #d00771


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,7,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d00771; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d00771;
  -webkit-box-shadow: 1px 1px 3px 2px #d00771;
  box-shadow:         1px 1px 3px 2px #d00771; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,7,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00771


Comments

No comments written yet.

Please login to write comment.