Color Hex Logo

#dc98cb Color Hex

#DC98CB
(220,152,203)
0 Favorites   0 Comments

Color spaces of #dc98cb

RGB 220152203
HSL0.880.490.73
HSV315°31°86°
CMYK 0.000.310.08   0.14
XYZ51.522941.983961.8881
Yxy41.98390.33160.2702
Hunter Lab64.795028.5463-11.2736
CIE-Lab70.859833.2885-15.9124

#dc98cb color RGB value is (220,152,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011000 11001011
Octal 334 230 313
Decimal 220 152 203
Hex DC 98 CB

RGB Percentages of Color #dc98cb

%38.26
%26.43
%35.30

CMYK Percentages of Color #dc98cb

%0
%31
%8
%14

Triadic Colors of #dc98cb

#dc98cb #cbdc98 #98cbdc

Analogous Colors of #dc98cb

#dc98cb #dc98a9 #cb98dc

Monochromatic Colors of #dc98cb

#dc98cb

Complementary Color

#dc98cb #98dca9

#dc98cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc98cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc98cb Color CSS Codes

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

#dc98cb Text Font Color

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

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


#dc98cb Background Color

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

This div background color is #dc98cb


#dc98cb Border Color

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

This div border color is #dc98cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc98cb


Comments

No comments written yet.

Please login to write comment.