Color Hex Logo

#dc6296 Color Hex

#DC6296
(220,98,150)
0 Favorites   0 Comments

Color spaces of #dc6296

RGB 22098150
HSL0.930.640.62
HSV334°55°86°
CMYK 0.000.550.32   0.14
XYZ39.387926.153031.8262
Yxy26.15300.40450.2686
Hunter Lab51.140047.9852-1.1002
CIE-Lab58.182053.0233-4.8308

#dc6296 color RGB value is (220,98,150).

#dc6296 hex color red value is 220, green value is 98 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #dc6296 hue: 0.93 , saturation: 0.64 and the lightness value of dc6296 is 0.62.

The process color (four color CMYK) of #dc6296 color hex is 0.00, 0.55, 0.32, 0.14. Web safe color of #dc6296 is #cc6699. Color #dc6296 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100010 10010110
Octal 334 142 226
Decimal 220 98 150
Hex DC 62 96

RGB Percentages of Color #dc6296

%47.01
%20.94
%32.05

CMYK Percentages of Color #dc6296

%0
%55
%32
%14

Triadic Colors of #dc6296

#dc6296 #96dc62 #6296dc

Analogous Colors of #dc6296

#dc6296 #dc6b62 #dc62d3

Monochromatic Colors of #dc6296

#dc6296

Complementary Color

#dc6296 #62dca8

#dc6296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6296 Color CSS Codes

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

#dc6296 Text Font Color

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

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


#dc6296 Background Color

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

This div background color is #dc6296


#dc6296 Border Color

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

This div border color is #dc6296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6296


Comments

No comments written yet.

Please login to write comment.