Color Hex Logo

#dc46bf Color Hex

#DC46BF
(220,70,191)
0 Favorites   0 Comments

Color spaces of #dc46bf

RGB 22070191
HSL0.870.680.57
HSV312°68°86°
CMYK 0.000.680.13   0.14
XYZ41.109323.357551.6320
Yxy23.35750.35410.2012
Hunter Lab48.329667.2558-29.5106
CIE-Lab55.438770.2012-32.7910

#dc46bf color RGB value is (220,70,191).

#dc46bf hex color red value is 220, green value is 70 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dc46bf hue: 0.87 , saturation: 0.68 and the lightness value of dc46bf is 0.57.

The process color (four color CMYK) of #dc46bf color hex is 0.00, 0.68, 0.13, 0.14. Web safe color of #dc46bf is #cc33cc. Color #dc46bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000110 10111111
Octal 334 106 277
Decimal 220 70 191
Hex DC 46 BF

RGB Percentages of Color #dc46bf

%45.74
%14.55
%39.71

CMYK Percentages of Color #dc46bf

%0
%68
%13
%14

Triadic Colors of #dc46bf

#dc46bf #bfdc46 #46bfdc

Analogous Colors of #dc46bf

#dc46bf #dc4674 #ae46dc

Monochromatic Colors of #dc46bf

#dc46bf

Complementary Color

#dc46bf #46dc63

#dc46bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc46bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc46bf Color CSS Codes

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

#dc46bf Text Font Color

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

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


#dc46bf Background Color

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

This div background color is #dc46bf


#dc46bf Border Color

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

This div border color is #dc46bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc46bf


Comments

No comments written yet.

Please login to write comment.