Color Hex Logo

#dc3bae Color Hex

#DC3BAE
(220,59,174)
0 Favorites   0 Comments

Color spaces of #dc3bae

RGB 22059174
HSL0.880.700.55
HSV317°73°86°
CMYK 0.000.730.21   0.14
XYZ38.719121.399642.1342
Yxy21.39960.37870.2093
Hunter Lab46.259768.4490-21.6206
CIE-Lab53.384171.5820-26.1154

#dc3bae color RGB value is (220,59,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111011 10101110
Octal 334 73 256
Decimal 220 59 174
Hex DC 3B AE

RGB Percentages of Color #dc3bae

%48.57
%13.02
%38.41

CMYK Percentages of Color #dc3bae

%0
%73
%21
%14

Triadic Colors of #dc3bae

#dc3bae #aedc3b #3baedc

Analogous Colors of #dc3bae

#dc3bae #dc3b5e #ba3bdc

Monochromatic Colors of #dc3bae

#dc3bae

Complementary Color

#dc3bae #3bdc69

#dc3bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc3bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc3bae Color CSS Codes

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

#dc3bae Text Font Color

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

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


#dc3bae Background Color

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

This div background color is #dc3bae


#dc3bae Border Color

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

This div border color is #dc3bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc3bae


Comments

No comments written yet.

Please login to write comment.