Color Hex Logo

#dc024b Color Hex

#DC024B
(220,2,75)
0 Favorites   0 Comments

Color spaces of #dc024b

RGB 220275
HSL0.940.980.44
HSV340°99°86°
CMYK 0.000.990.66   0.14
XYZ30.806915.76718.0763
Yxy15.76710.56370.2885
Hunter Lab39.707868.998815.7363
CIE-Lab46.667473.339424.0148

#dc024b color RGB value is (220,2,75).

#dc024b hex color red value is 220, green value is 2 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dc024b hue: 0.94 , saturation: 0.98 and the lightness value of dc024b is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000010 01001011
Octal 334 2 113
Decimal 220 2 75
Hex DC 2 4B

RGB Percentages of Color #dc024b

%74.07
%0.67
%25.25

CMYK Percentages of Color #dc024b

%0
%99
%66
%14

Triadic Colors of #dc024b

#dc024b #4bdc02 #024bdc

Analogous Colors of #dc024b

#dc024b #dc2602 #dc02b8

Monochromatic Colors of #dc024b

#dc024b

Complementary Color

#dc024b #02dc93

#dc024b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc024b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc024b Color CSS Codes

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

#dc024b Text Font Color

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

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


#dc024b Background Color

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

This div background color is #dc024b


#dc024b Border Color

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

This div border color is #dc024b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,2,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 #dc024b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc024b


Comments

No comments written yet.

Please login to write comment.