Color Hex Logo

#dc268f Color Hex

#DC268F
(220,38,143)
0 Favorites   0 Comments

Color spaces of #dc268f

RGB 22038143
HSL0.900.720.51
HSV325°83°86°
CMYK 0.000.830.35   0.14
XYZ35.166218.585027.7204
Yxy18.58500.43160.2281
Hunter Lab43.110370.1640-7.9469
CIE-Lab50.198173.6120-12.6237

#dc268f color RGB value is (220,38,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100110 10001111
Octal 334 46 217
Decimal 220 38 143
Hex DC 26 8F

RGB Percentages of Color #dc268f

%54.86
%9.48
%35.66

CMYK Percentages of Color #dc268f

%0
%83
%35
%14

Triadic Colors of #dc268f

#dc268f #8fdc26 #268fdc

Analogous Colors of #dc268f

#dc268f #dc2634 #ce26dc

Monochromatic Colors of #dc268f

#dc268f

Complementary Color

#dc268f #26dc73

#dc268f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc268f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc268f Color CSS Codes

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

#dc268f Text Font Color

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

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


#dc268f Background Color

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

This div background color is #dc268f


#dc268f Border Color

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

This div border color is #dc268f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc268f


Comments

No comments written yet.

Please login to write comment.