Color Hex Logo

#dc62bc Color Hex

#DC62BC
(220,98,188)
0 Favorites   0 Comments

Color spaces of #dc62bc

RGB 22098188
HSL0.880.640.62
HSV316°55°86°
CMYK 0.000.550.15   0.14
XYZ42.960027.581850.6365
Yxy27.58180.35450.2276
Hunter Lab52.518454.1057-20.4026
CIE-Lab59.509058.2479-24.7643

#dc62bc color RGB value is (220,98,188).

#dc62bc hex color red value is 220, green value is 98 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dc62bc hue: 0.88 , saturation: 0.64 and the lightness value of dc62bc is 0.62.

The process color (four color CMYK) of #dc62bc color hex is 0.00, 0.55, 0.15, 0.14. Web safe color of #dc62bc is #cc66cc. Color #dc62bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100010 10111100
Octal 334 142 274
Decimal 220 98 188
Hex DC 62 BC

RGB Percentages of Color #dc62bc

%43.48
%19.37
%37.15

CMYK Percentages of Color #dc62bc

%0
%55
%15
%14

Triadic Colors of #dc62bc

#dc62bc #bcdc62 #62bcdc

Analogous Colors of #dc62bc

#dc62bc #dc627f #bf62dc

Monochromatic Colors of #dc62bc

#dc62bc

Complementary Color

#dc62bc #62dc82

#dc62bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc62bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc62bc Color CSS Codes

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

#dc62bc Text Font Color

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

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


#dc62bc Background Color

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

This div background color is #dc62bc


#dc62bc Border Color

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

This div border color is #dc62bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,98,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 #dc62bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc62bc


Comments

No comments written yet.

Please login to write comment.