Color Hex Logo

#dc265e Color Hex

#DC265E
(220,38,94)
0 Favorites   0 Comments

Color spaces of #dc265e

RGB 2203894
HSL0.950.720.51
HSV342°83°86°
CMYK 0.000.830.57   0.14
XYZ32.228717.410012.2515
Yxy17.41000.52070.2813
Hunter Lab41.725364.854511.7988
CIE-Lab48.772569.470215.1222

#dc265e color RGB value is (220,38,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100110 01011110
Octal 334 46 136
Decimal 220 38 94
Hex DC 26 5E

RGB Percentages of Color #dc265e

%62.50
%10.80
%26.70

CMYK Percentages of Color #dc265e

%0
%83
%57
%14

Triadic Colors of #dc265e

#dc265e #5edc26 #265edc

Analogous Colors of #dc265e

#dc265e #dc4926 #dc26b9

Monochromatic Colors of #dc265e

#dc265e

Complementary Color

#dc265e #26dca4

#dc265e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc265e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc265e Color CSS Codes

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

#dc265e Text Font Color

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

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


#dc265e Background Color

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

This div background color is #dc265e


#dc265e Border Color

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

This div border color is #dc265e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc265e


Comments

No comments written yet.

Please login to write comment.