Color Hex Logo

#dc084b Color Hex

#DC084B
(220,8,75)
0 Favorites   0 Comments

Color spaces of #dc084b

RGB 220875
HSL0.950.930.45
HSV341°96°86°
CMYK 0.000.960.66   0.14
XYZ30.872015.89738.0980
Yxy15.89730.56270.2897
Hunter Lab39.871468.435615.8680
CIE-Lab46.839572.839724.2362

#dc084b color RGB value is (220,8,75).

#dc084b hex color red value is 220, green value is 8 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dc084b hue: 0.95 , saturation: 0.93 and the lightness value of dc084b is 0.45.

The process color (four color CMYK) of #dc084b color hex is 0.00, 0.96, 0.66, 0.14. Web safe color of #dc084b is #cc0033. Color #dc084b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00001000 01001011
Octal 334 10 113
Decimal 220 8 75
Hex DC 8 4B

RGB Percentages of Color #dc084b

%72.61
%2.64
%24.75

CMYK Percentages of Color #dc084b

%0
%96
%66
%14

Triadic Colors of #dc084b

#dc084b #4bdc08 #084bdc

Analogous Colors of #dc084b

#dc084b #dc2f08 #dc08b5

Monochromatic Colors of #dc084b

#dc084b

Complementary Color

#dc084b #08dc99

#dc084b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc084b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc084b Color CSS Codes

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

#dc084b Text Font Color

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

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


#dc084b Background Color

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

This div background color is #dc084b


#dc084b Border Color

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

This div border color is #dc084b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc084b


Comments

No comments written yet.

Please login to write comment.