Color Hex Logo

#dc98cc Color Hex

#DC98CC
(220,152,204)
0 Favorites   0 Comments

Color spaces of #dc98cc

RGB 220152204
HSL0.870.490.73
HSV314°31°86°
CMYK 0.000.310.07   0.14
XYZ51.642542.031762.5178
Yxy42.03170.33060.2691
Hunter Lab64.831928.7303-11.7914
CIE-Lab70.892833.4617-16.4156

#dc98cc color RGB value is (220,152,204).

#dc98cc hex color red value is 220, green value is 152 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dc98cc hue: 0.87 , saturation: 0.49 and the lightness value of dc98cc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011000 11001100
Octal 334 230 314
Decimal 220 152 204
Hex DC 98 CC

RGB Percentages of Color #dc98cc

%38.19
%26.39
%35.42

CMYK Percentages of Color #dc98cc

%0
%31
%7
%14

Triadic Colors of #dc98cc

#dc98cc #ccdc98 #98ccdc

Analogous Colors of #dc98cc

#dc98cc #dc98aa #ca98dc

Monochromatic Colors of #dc98cc

#dc98cc

Complementary Color

#dc98cc #98dca8

#dc98cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc98cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc98cc Color CSS Codes

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

#dc98cc Text Font Color

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

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


#dc98cc Background Color

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

This div background color is #dc98cc


#dc98cc Border Color

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

This div border color is #dc98cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc98cc


Comments

No comments written yet.

Please login to write comment.