Color Hex Logo

#dc4ab8 Color Hex

#DC4AB8
(220,74,184)
0 Favorites   0 Comments

Color spaces of #dc4ab8

RGB 22074184
HSL0.870.680.58
HSV315°66°86°
CMYK 0.000.660.16   0.14
XYZ40.615723.573947.7569
Yxy23.57390.36280.2106
Hunter Lab48.553064.3518-24.3308
CIE-Lab55.658667.7337-28.4081

#dc4ab8 color RGB value is (220,74,184).

#dc4ab8 hex color red value is 220, green value is 74 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #dc4ab8 hue: 0.87 , saturation: 0.68 and the lightness value of dc4ab8 is 0.58.

The process color (four color CMYK) of #dc4ab8 color hex is 0.00, 0.66, 0.16, 0.14. Web safe color of #dc4ab8 is #cc33cc. Color #dc4ab8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001010 10111000
Octal 334 112 270
Decimal 220 74 184
Hex DC 4A B8

RGB Percentages of Color #dc4ab8

%46.03
%15.48
%38.49

CMYK Percentages of Color #dc4ab8

%0
%66
%16
%14

Triadic Colors of #dc4ab8

#dc4ab8 #b8dc4a #4ab8dc

Analogous Colors of #dc4ab8

#dc4ab8 #dc4a6f #b74adc

Monochromatic Colors of #dc4ab8

#dc4ab8

Complementary Color

#dc4ab8 #4adc6e

#dc4ab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4ab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4ab8 Color CSS Codes

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

#dc4ab8 Text Font Color

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

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


#dc4ab8 Background Color

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

This div background color is #dc4ab8


#dc4ab8 Border Color

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

This div border color is #dc4ab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4ab8


Comments

No comments written yet.

Please login to write comment.