Color Hex Logo

#dc258d Color Hex

#DC258D
(220,37,141)
0 Favorites   0 Comments

Color spaces of #dc258d

RGB 22037141
HSL0.910.720.50
HSV326°83°86°
CMYK 0.000.830.36   0.14
XYZ34.984518.461926.9189
Yxy18.46190.43530.2297
Hunter Lab42.967370.1440-7.0679
CIE-Lab50.051673.6241-11.6426

#dc258d color RGB value is (220,37,141).

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

The process color (four color CMYK) of #dc258d color hex is 0.00, 0.83, 0.36, 0.14. Web safe color of #dc258d is #cc3399. Color #dc258d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100101 10001101
Octal 334 45 215
Decimal 220 37 141
Hex DC 25 8D

RGB Percentages of Color #dc258d

%55.28
%9.30
%35.43

CMYK Percentages of Color #dc258d

%0
%83
%36
%14

Triadic Colors of #dc258d

#dc258d #8ddc25 #258ddc

Analogous Colors of #dc258d

#dc258d #dc2532 #d025dc

Monochromatic Colors of #dc258d

#dc258d

Complementary Color

#dc258d #25dc74

#dc258d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc258d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc258d Color CSS Codes

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

#dc258d Text Font Color

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

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


#dc258d Background Color

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

This div background color is #dc258d


#dc258d Border Color

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

This div border color is #dc258d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc258d


Comments

No comments written yet.

Please login to write comment.