Color Hex Logo

#d63bac Color Hex

#D63BAC
(214,59,172)
0 Favorites   0 Comments

Color spaces of #d63bac

RGB 21459172
HSL0.880.650.54
HSV316°72°84°
CMYK 0.000.720.20   0.16
XYZ36.741920.402641.0313
Yxy20.40260.37420.2078
Hunter Lab45.169266.1506-22.2400
CIE-Lab52.289469.8809-26.7200

#d63bac color RGB value is (214,59,172).

#d63bac hex color red value is 214, green value is 59 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d63bac hue: 0.88 , saturation: 0.65 and the lightness value of d63bac is 0.54.

The process color (four color CMYK) of #d63bac color hex is 0.00, 0.72, 0.20, 0.16. Web safe color of #d63bac is #cc3399. Color #d63bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111011 10101100
Octal 326 73 254
Decimal 214 59 172
Hex D6 3B AC

RGB Percentages of Color #d63bac

%48.09
%13.26
%38.65

CMYK Percentages of Color #d63bac

%0
%72
%20
%16

Triadic Colors of #d63bac

#d63bac #acd63b #3bacd6

Analogous Colors of #d63bac

#d63bac #d63b5f #b33bd6

Monochromatic Colors of #d63bac

#d63bac

Complementary Color

#d63bac #3bd665

#d63bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63bac Color CSS Codes

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

#d63bac Text Font Color

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

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


#d63bac Background Color

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

This div background color is #d63bac


#d63bac Border Color

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

This div border color is #d63bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63bac


Comments

No comments written yet.

Please login to write comment.