Color Hex Logo

#dc369a Color Hex

#DC369A
(220,54,154)
0 Favorites   0 Comments

Color spaces of #dc369a

RGB 22054154
HSL0.900.700.54
HSV324°75°86°
CMYK 0.000.750.30   0.14
XYZ36.667120.187132.5358
Yxy20.18710.41020.2258
Hunter Lab44.930167.0450-11.4834
CIE-Lab52.048170.6736-16.3857

#dc369a color RGB value is (220,54,154).

#dc369a hex color red value is 220, green value is 54 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dc369a hue: 0.90 , saturation: 0.70 and the lightness value of dc369a is 0.54.

The process color (four color CMYK) of #dc369a color hex is 0.00, 0.75, 0.30, 0.14. Web safe color of #dc369a is #cc3399. Color #dc369a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110110 10011010
Octal 334 66 232
Decimal 220 54 154
Hex DC 36 9A

RGB Percentages of Color #dc369a

%51.40
%12.62
%35.98

CMYK Percentages of Color #dc369a

%0
%75
%30
%14

Triadic Colors of #dc369a

#dc369a #9adc36 #369adc

Analogous Colors of #dc369a

#dc369a #dc3647 #cb36dc

Monochromatic Colors of #dc369a

#dc369a

Complementary Color

#dc369a #36dc78

#dc369a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc369a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc369a Color CSS Codes

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

#dc369a Text Font Color

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

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


#dc369a Background Color

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

This div background color is #dc369a


#dc369a Border Color

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

This div border color is #dc369a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc369a


Comments

No comments written yet.

Please login to write comment.