Color Hex Logo

#dc94bc Color Hex

#DC94BC
(220,148,188)
0 Favorites   0 Comments

Color spaces of #dc94bc

RGB 220148188
HSL0.910.510.72
HSV327°33°86°
CMYK 0.000.330.15   0.14
XYZ49.182240.026352.7106
Yxy40.02630.34660.2820
Hunter Lab63.266328.0468-5.1113
CIE-Lab69.488332.9307-9.6461

#dc94bc color RGB value is (220,148,188).

#dc94bc hex color red value is 220, green value is 148 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dc94bc hue: 0.91 , saturation: 0.51 and the lightness value of dc94bc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010100 10111100
Octal 334 224 274
Decimal 220 148 188
Hex DC 94 BC

RGB Percentages of Color #dc94bc

%39.57
%26.62
%33.81

CMYK Percentages of Color #dc94bc

%0
%33
%15
%14

Triadic Colors of #dc94bc

#dc94bc #bcdc94 #94bcdc

Analogous Colors of #dc94bc

#dc94bc #dc9498 #d894dc

Monochromatic Colors of #dc94bc

#dc94bc

Complementary Color

#dc94bc #94dcb4

#dc94bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc94bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc94bc Color CSS Codes

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

#dc94bc Text Font Color

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

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


#dc94bc Background Color

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

This div background color is #dc94bc


#dc94bc Border Color

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

This div border color is #dc94bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc94bc


Comments

No comments written yet.

Please login to write comment.