Color Hex Logo

#dc235b Color Hex

#DC235B
(220,35,91)
0 Favorites   0 Comments

Color spaces of #dc235b

RGB 2203591
HSL0.950.730.50
HSV342°84°86°
CMYK 0.000.840.59   0.14
XYZ32.004617.173011.5254
Yxy17.17300.52720.2829
Hunter Lab41.440365.336012.5185
CIE-Lab48.477369.932816.5596

#dc235b color RGB value is (220,35,91).

#dc235b hex color red value is 220, green value is 35 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #dc235b hue: 0.95 , saturation: 0.73 and the lightness value of dc235b is 0.50.

The process color (four color CMYK) of #dc235b color hex is 0.00, 0.84, 0.59, 0.14. Web safe color of #dc235b is #cc3366. Color #dc235b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100011 01011011
Octal 334 43 133
Decimal 220 35 91
Hex DC 23 5B

RGB Percentages of Color #dc235b

%63.58
%10.12
%26.30

CMYK Percentages of Color #dc235b

%0
%84
%59
%14

Triadic Colors of #dc235b

#dc235b #5bdc23 #235bdc

Analogous Colors of #dc235b

#dc235b #dc4723 #dc23b8

Monochromatic Colors of #dc235b

#dc235b

Complementary Color

#dc235b #23dca4

#dc235b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc235b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc235b Color CSS Codes

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

#dc235b Text Font Color

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

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


#dc235b Background Color

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

This div background color is #dc235b


#dc235b Border Color

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

This div border color is #dc235b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc235b


Comments

No comments written yet.

Please login to write comment.