Color Hex Logo

#dc255f Color Hex

#DC255F
(220,37,95)
0 Favorites   0 Comments

Color spaces of #dc255f

RGB 2203795
HSL0.950.720.50
HSV341°83°86°
CMYK 0.000.830.57   0.14
XYZ32.242317.365012.4789
Yxy17.36500.51930.2797
Hunter Lab41.671365.185711.4149
CIE-Lab48.716769.760014.4321

#dc255f color RGB value is (220,37,95).

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

The process color (four color CMYK) of #dc255f color hex is 0.00, 0.83, 0.57, 0.14. Web safe color of #dc255f is #cc3366. Color #dc255f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100101 01011111
Octal 334 45 137
Decimal 220 37 95
Hex DC 25 5F

RGB Percentages of Color #dc255f

%62.50
%10.51
%26.99

CMYK Percentages of Color #dc255f

%0
%83
%57
%14

Triadic Colors of #dc255f

#dc255f #5fdc25 #255fdc

Analogous Colors of #dc255f

#dc255f #dc4625 #dc25bb

Monochromatic Colors of #dc255f

#dc255f

Complementary Color

#dc255f #25dca2

#dc255f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc255f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc255f Color CSS Codes

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

#dc255f Text Font Color

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

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


#dc255f Background Color

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

This div background color is #dc255f


#dc255f Border Color

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

This div border color is #dc255f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc255f


Comments

No comments written yet.

Please login to write comment.