Color Hex Logo

#dc269a Color Hex

#DC269A
(220,38,154)
0 Favorites   0 Comments

Color spaces of #dc269a

RGB 22038154
HSL0.890.720.51
HSV322°83°86°
CMYK 0.000.830.30   0.14
XYZ36.041018.935032.3271
Yxy18.93500.41280.2169
Hunter Lab43.514471.6934-13.5869
CIE-Lab50.611174.7841-18.5768

#dc269a color RGB value is (220,38,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100110 10011010
Octal 334 46 232
Decimal 220 38 154
Hex DC 26 9A

RGB Percentages of Color #dc269a

%53.40
%9.22
%37.38

CMYK Percentages of Color #dc269a

%0
%83
%30
%14

Triadic Colors of #dc269a

#dc269a #9adc26 #269adc

Analogous Colors of #dc269a

#dc269a #dc263f #c326dc

Monochromatic Colors of #dc269a

#dc269a

Complementary Color

#dc269a #26dc68

#dc269a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc269a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc269a Color CSS Codes

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

#dc269a Text Font Color

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

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


#dc269a Background Color

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

This div background color is #dc269a


#dc269a Border Color

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

This div border color is #dc269a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,38,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 #dc269a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc269a


Comments

No comments written yet.

Please login to write comment.