Color Hex Logo

#dc4380 Color Hex

#DC4380
(220,67,128)
0 Favorites   0 Comments

Color spaces of #dc4380

RGB 22067128
HSL0.930.690.56
HSV336°70°86°
CMYK 0.000.700.42   0.14
XYZ35.418620.788522.5679
Yxy20.78850.44960.2639
Hunter Lab45.594458.87202.5693
CIE-Lab52.717263.61040.1174

#dc4380 color RGB value is (220,67,128).

#dc4380 hex color red value is 220, green value is 67 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #dc4380 hue: 0.93 , saturation: 0.69 and the lightness value of dc4380 is 0.56.

The process color (four color CMYK) of #dc4380 color hex is 0.00, 0.70, 0.42, 0.14. Web safe color of #dc4380 is #cc3399. Color #dc4380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000011 10000000
Octal 334 103 200
Decimal 220 67 128
Hex DC 43 80

RGB Percentages of Color #dc4380

%53.01
%16.14
%30.84

CMYK Percentages of Color #dc4380

%0
%70
%42
%14

Triadic Colors of #dc4380

#dc4380 #80dc43 #4380dc

Analogous Colors of #dc4380

#dc4380 #dc5243 #dc43cd

Monochromatic Colors of #dc4380

#dc4380

Complementary Color

#dc4380 #43dc9f

#dc4380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4380 Color CSS Codes

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

#dc4380 Text Font Color

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

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


#dc4380 Background Color

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

This div background color is #dc4380


#dc4380 Border Color

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

This div border color is #dc4380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4380


Comments

No comments written yet.

Please login to write comment.