Color Hex Logo

#d06654 Color Hex

#D06654
(208,102,84)
0 Favorites   0 Comments

Color spaces of #d06654

RGB 20810284
HSL0.020.570.57
HSV60°82°
CMYK 0.000.510.60   0.18
XYZ32.364023.552711.2279
Yxy23.55270.48200.3508
Hunter Lab48.531134.107020.2548
CIE-Lab55.637140.368629.7253

#d06654 color RGB value is (208,102,84).

#d06654 hex color red value is 208, green value is 102 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #d06654 hue: 0.02 , saturation: 0.57 and the lightness value of d06654 is 0.57.

The process color (four color CMYK) of #d06654 color hex is 0.00, 0.51, 0.60, 0.18. Web safe color of #d06654 is #cc6666. Color #d06654 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100110 01010100
Octal 320 146 124
Decimal 208 102 84
Hex D0 66 54

RGB Percentages of Color #d06654

%52.79
%25.89
%21.32

CMYK Percentages of Color #d06654

%0
%51
%60
%18

Triadic Colors of #d06654

#d06654 #54d066 #6654d0

Analogous Colors of #d06654

#d06654 #d0a454 #d05480

Monochromatic Colors of #d06654

#d06654

Complementary Color

#d06654 #54bed0

#d06654 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06654 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06654 Color CSS Codes

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

#d06654 Text Font Color

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

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


#d06654 Background Color

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

This div background color is #d06654


#d06654 Border Color

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

This div border color is #d06654


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06654


Comments

No comments written yet.

Please login to write comment.