Color Hex Logo

#dc298b Color Hex

#DC298B
(220,41,139)
0 Favorites   0 Comments

Color spaces of #dc298b

RGB 22041139
HSL0.910.720.51
HSV327°81°86°
CMYK 0.000.810.37   0.14
XYZ34.968318.665626.1859
Yxy18.66560.43810.2338
Hunter Lab43.203768.8682-5.6933
CIE-Lab50.293772.5255-10.0754

#dc298b color RGB value is (220,41,139).

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

The process color (four color CMYK) of #dc298b color hex is 0.00, 0.81, 0.37, 0.14. Web safe color of #dc298b is #cc3399. Color #dc298b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101001 10001011
Octal 334 51 213
Decimal 220 41 139
Hex DC 29 8B

RGB Percentages of Color #dc298b

%55.00
%10.25
%34.75

CMYK Percentages of Color #dc298b

%0
%81
%37
%14

Triadic Colors of #dc298b

#dc298b #8bdc29 #298bdc

Analogous Colors of #dc298b

#dc298b #dc2932 #d429dc

Monochromatic Colors of #dc298b

#dc298b

Complementary Color

#dc298b #29dc7a

#dc298b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc298b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc298b Color CSS Codes

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

#dc298b Text Font Color

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

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


#dc298b Background Color

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

This div background color is #dc298b


#dc298b Border Color

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

This div border color is #dc298b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc298b


Comments

No comments written yet.

Please login to write comment.