Color Hex Logo

#dc235a Color Hex

#DC235A
(220,35,90)
0 Favorites   0 Comments

Color spaces of #dc235a

RGB 2203590
HSL0.950.730.50
HSV342°84°86°
CMYK 0.000.840.59   0.14
XYZ31.961717.155911.2997
Yxy17.15590.52900.2840
Hunter Lab41.419765.256012.8189
CIE-Lab48.455969.869617.1443

#dc235a color RGB value is (220,35,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100011 01011010
Octal 334 43 132
Decimal 220 35 90
Hex DC 23 5A

RGB Percentages of Color #dc235a

%63.77
%10.14
%26.09

CMYK Percentages of Color #dc235a

%0
%84
%59
%14

Triadic Colors of #dc235a

#dc235a #5adc23 #235adc

Analogous Colors of #dc235a

#dc235a #dc4823 #dc23b7

Monochromatic Colors of #dc235a

#dc235a

Complementary Color

#dc235a #23dca5

#dc235a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc235a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc235a Color CSS Codes

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

#dc235a Text Font Color

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

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


#dc235a Background Color

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

This div background color is #dc235a


#dc235a Border Color

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

This div border color is #dc235a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc235a


Comments

No comments written yet.

Please login to write comment.