Color Hex Logo

#dc3bbe Color Hex

#DC3BBE
(220,59,190)
0 Favorites   0 Comments

Color spaces of #dc3bbe

RGB 22059190
HSL0.860.700.55
HSV311°73°86°
CMYK 0.000.730.14   0.14
XYZ40.373422.061350.8455
Yxy22.06130.35640.1947
Hunter Lab46.969571.2362-31.3041
CIE-Lab54.092073.7361-34.3169

#dc3bbe color RGB value is (220,59,190).

#dc3bbe hex color red value is 220, green value is 59 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dc3bbe hue: 0.86 , saturation: 0.70 and the lightness value of dc3bbe is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111011 10111110
Octal 334 73 276
Decimal 220 59 190
Hex DC 3B BE

RGB Percentages of Color #dc3bbe

%46.91
%12.58
%40.51

CMYK Percentages of Color #dc3bbe

%0
%73
%14
%14

Triadic Colors of #dc3bbe

#dc3bbe #bedc3b #3bbedc

Analogous Colors of #dc3bbe

#dc3bbe #dc3b6e #aa3bdc

Monochromatic Colors of #dc3bbe

#dc3bbe

Complementary Color

#dc3bbe #3bdc59

#dc3bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc3bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc3bbe Color CSS Codes

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

#dc3bbe Text Font Color

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

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


#dc3bbe Background Color

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

This div background color is #dc3bbe


#dc3bbe Border Color

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

This div border color is #dc3bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc3bbe


Comments

No comments written yet.

Please login to write comment.