Color Hex Logo

#dc274b Color Hex

#DC274B
(220,39,75)
0 Favorites   0 Comments

Color spaces of #dc274b

RGB 2203975
HSL0.970.720.51
HSV348°82°86°
CMYK 0.000.820.66   0.14
XYZ31.510717.17478.3109
Yxy17.17470.55290.3013
Hunter Lab41.442463.198317.1196
CIE-Lab48.479468.125026.3330

#dc274b color RGB value is (220,39,75).

#dc274b hex color red value is 220, green value is 39 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dc274b hue: 0.97 , saturation: 0.72 and the lightness value of dc274b is 0.51.

The process color (four color CMYK) of #dc274b color hex is 0.00, 0.82, 0.66, 0.14. Web safe color of #dc274b is #cc3333. Color #dc274b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100111 01001011
Octal 334 47 113
Decimal 220 39 75
Hex DC 27 4B

RGB Percentages of Color #dc274b

%65.87
%11.68
%22.46

CMYK Percentages of Color #dc274b

%0
%82
%66
%14

Triadic Colors of #dc274b

#dc274b #4bdc27 #274bdc

Analogous Colors of #dc274b

#dc274b #dc5d27 #dc27a6

Monochromatic Colors of #dc274b

#dc274b

Complementary Color

#dc274b #27dcb8

#dc274b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc274b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc274b Color CSS Codes

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

#dc274b Text Font Color

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

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


#dc274b Background Color

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

This div background color is #dc274b


#dc274b Border Color

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

This div border color is #dc274b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc274b


Comments

No comments written yet.

Please login to write comment.