Color Hex Logo

#dc95dc Color Hex

#DC95DC
(220,149,220)
0 Favorites   0 Comments

Color spaces of #dc95dc

RGB 220149220
HSL0.830.500.72
HSV300°32°86°
CMYK 0.000.320.00   0.14
XYZ53.180941.877872.9904
Yxy41.87780.31650.2492
Hunter Lab64.713133.4426-21.5745
CIE-Lab70.786637.9312-25.4058

#dc95dc color RGB value is (220,149,220).

#dc95dc hex color red value is 220, green value is 149 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dc95dc hue: 0.83 , saturation: 0.50 and the lightness value of dc95dc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010101 11011100
Octal 334 225 334
Decimal 220 149 220
Hex DC 95 DC

RGB Percentages of Color #dc95dc

%37.35
%25.30
%37.35

CMYK Percentages of Color #dc95dc

%0
%32
%0
%14

Triadic Colors of #dc95dc

#dc95dc #dcdc95 #95dcdc

Analogous Colors of #dc95dc

#dc95dc #dc95b9 #b995dc

Monochromatic Colors of #dc95dc

#dc95dc

Complementary Color

#dc95dc #95dc95

#dc95dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc95dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc95dc Color CSS Codes

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

#dc95dc Text Font Color

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

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


#dc95dc Background Color

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

This div background color is #dc95dc


#dc95dc Border Color

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

This div border color is #dc95dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc95dc


Comments

No comments written yet.

Please login to write comment.