Color Hex Logo

#dc267e Color Hex

#DC267E
(220,38,126)
0 Favorites   0 Comments

Color spaces of #dc267e

RGB 22038126
HSL0.920.720.51
HSV331°83°86°
CMYK 0.000.830.43   0.14
XYZ33.974218.108221.4433
Yxy18.10820.46210.2463
Hunter Lab42.553768.0424-0.0893
CIE-Lab49.627171.9710-3.2108

#dc267e color RGB value is (220,38,126).

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

The process color (four color CMYK) of #dc267e color hex is 0.00, 0.83, 0.43, 0.14. Web safe color of #dc267e is #cc3366. Color #dc267e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100110 01111110
Octal 334 46 176
Decimal 220 38 126
Hex DC 26 7E

RGB Percentages of Color #dc267e

%57.29
%9.90
%32.81

CMYK Percentages of Color #dc267e

%0
%83
%43
%14

Triadic Colors of #dc267e

#dc267e #7edc26 #267edc

Analogous Colors of #dc267e

#dc267e #dc2926 #dc26d9

Monochromatic Colors of #dc267e

#dc267e

Complementary Color

#dc267e #26dc84

#dc267e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc267e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc267e Color CSS Codes

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

#dc267e Text Font Color

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

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


#dc267e Background Color

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

This div background color is #dc267e


#dc267e Border Color

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

This div border color is #dc267e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc267e


Comments

No comments written yet.

Please login to write comment.