Color Hex Logo

#dc98ba Color Hex

#DC98BA
(220,152,186)
0 Favorites   0 Comments

Color spaces of #dc98ba

RGB 220152186
HSL0.920.490.73
HSV330°31°86°
CMYK 0.000.310.15   0.14
XYZ49.606441.217351.7956
Yxy41.21730.34780.2890
Hunter Lab64.200725.5716-2.8933
CIE-Lab70.327930.4624-7.2844

#dc98ba color RGB value is (220,152,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011000 10111010
Octal 334 230 272
Decimal 220 152 186
Hex DC 98 BA

RGB Percentages of Color #dc98ba

%39.43
%27.24
%33.33

CMYK Percentages of Color #dc98ba

%0
%31
%15
%14

Triadic Colors of #dc98ba

#dc98ba #badc98 #98badc

Analogous Colors of #dc98ba

#dc98ba #dc9898 #dc98dc

Monochromatic Colors of #dc98ba

#dc98ba

Complementary Color

#dc98ba #98dcba

#dc98ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc98ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc98ba Color CSS Codes

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

#dc98ba Text Font Color

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

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


#dc98ba Background Color

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

This div background color is #dc98ba


#dc98ba Border Color

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

This div border color is #dc98ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc98ba


Comments

No comments written yet.

Please login to write comment.