Color Hex Logo

#dc2fbb Color Hex

#DC2FBB
(220,47,187)
0 Favorites   0 Comments

Color spaces of #dc2fbb

RGB 22047187
HSL0.870.710.52
HSV311°79°86°
CMYK 0.000.790.15   0.14
XYZ39.501420.836548.9536
Yxy20.83650.36140.1907
Hunter Lab45.647074.5857-31.6319
CIE-Lab52.770176.7082-34.6471

#dc2fbb color RGB value is (220,47,187).

#dc2fbb hex color red value is 220, green value is 47 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dc2fbb hue: 0.87 , saturation: 0.71 and the lightness value of dc2fbb is 0.52.

The process color (four color CMYK) of #dc2fbb color hex is 0.00, 0.79, 0.15, 0.14. Web safe color of #dc2fbb is #cc33cc. Color #dc2fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101111 10111011
Octal 334 57 273
Decimal 220 47 187
Hex DC 2F BB

RGB Percentages of Color #dc2fbb

%48.46
%10.35
%41.19

CMYK Percentages of Color #dc2fbb

%0
%79
%15
%14

Triadic Colors of #dc2fbb

#dc2fbb #bbdc2f #2fbbdc

Analogous Colors of #dc2fbb

#dc2fbb #dc2f65 #a72fdc

Monochromatic Colors of #dc2fbb

#dc2fbb

Complementary Color

#dc2fbb #2fdc50

#dc2fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc2fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc2fbb Color CSS Codes

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

#dc2fbb Text Font Color

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

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


#dc2fbb Background Color

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

This div background color is #dc2fbb


#dc2fbb Border Color

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

This div border color is #dc2fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc2fbb


Comments

No comments written yet.

Please login to write comment.