Color Hex Logo

#dc826b Color Hex

#DC826B
(220,130,107)
0 Favorites   0 Comments

Color spaces of #dc826b

RGB 220130107
HSL0.030.620.64
HSV12°51°86°
CMYK 0.000.410.51   0.14
XYZ40.151732.242418.0171
Yxy32.24240.44410.3566
Hunter Lab56.782426.850920.9349
CIE-Lab63.542732.310927.3420

#dc826b color RGB value is (220,130,107).

#dc826b hex color red value is 220, green value is 130 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dc826b hue: 0.03 , saturation: 0.62 and the lightness value of dc826b is 0.64.

The process color (four color CMYK) of #dc826b color hex is 0.00, 0.41, 0.51, 0.14. Web safe color of #dc826b is #cc9966. Color #dc826b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000010 01101011
Octal 334 202 153
Decimal 220 130 107
Hex DC 82 6B

RGB Percentages of Color #dc826b

%48.14
%28.45
%23.41

CMYK Percentages of Color #dc826b

%0
%41
%51
%14

Triadic Colors of #dc826b

#dc826b #6bdc82 #826bdc

Analogous Colors of #dc826b

#dc826b #dcbb6b #dc6b8d

Monochromatic Colors of #dc826b

#dc826b

Complementary Color

#dc826b #6bc5dc

#dc826b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc826b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc826b Color CSS Codes

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

#dc826b Text Font Color

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

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


#dc826b Background Color

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

This div background color is #dc826b


#dc826b Border Color

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

This div border color is #dc826b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,130,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dc826b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dc826b;
  -webkit-box-shadow: 1px 1px 3px 2px #dc826b;
  box-shadow:         1px 1px 3px 2px #dc826b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,130,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc826b


Comments

No comments written yet.

Please login to write comment.