Color Hex Logo

#dc18a1 Color Hex

#DC18A1
(220,24,161)
0 Favorites   0 Comments

Color spaces of #dc18a1

RGB 22024161
HSL0.880.800.48
HSV318°89°86°
CMYK 0.000.890.27   0.14
XYZ36.274918.442135.3660
Yxy18.44210.40270.2047
Hunter Lab42.944375.6260-18.7663
CIE-Lab50.028078.0785-23.6383

#dc18a1 color RGB value is (220,24,161).

#dc18a1 hex color red value is 220, green value is 24 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #dc18a1 hue: 0.88 , saturation: 0.80 and the lightness value of dc18a1 is 0.48.

The process color (four color CMYK) of #dc18a1 color hex is 0.00, 0.89, 0.27, 0.14. Web safe color of #dc18a1 is #cc0099. Color #dc18a1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011000 10100001
Octal 334 30 241
Decimal 220 24 161
Hex DC 18 A1

RGB Percentages of Color #dc18a1

%54.32
%5.93
%39.75

CMYK Percentages of Color #dc18a1

%0
%89
%27
%14

Triadic Colors of #dc18a1

#dc18a1 #a1dc18 #18a1dc

Analogous Colors of #dc18a1

#dc18a1 #dc183f #b518dc

Monochromatic Colors of #dc18a1

#dc18a1

Complementary Color

#dc18a1 #18dc53

#dc18a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc18a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc18a1 Color CSS Codes

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

#dc18a1 Text Font Color

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

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


#dc18a1 Background Color

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

This div background color is #dc18a1


#dc18a1 Border Color

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

This div border color is #dc18a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc18a1


Comments

No comments written yet.

Please login to write comment.