Color Hex Logo

#d632af Color Hex

#D632AF
(214,50,175)
0 Favorites   0 Comments

Color spaces of #d632af

RGB 21450175
HSL0.870.670.52
HSV314°77°84°
CMYK 0.000.770.18   0.16
XYZ36.610019.672542.4250
Yxy19.67250.37090.1993
Hunter Lab44.353769.7168-25.6642
CIE-Lab51.464972.9984-29.7589

#d632af color RGB value is (214,50,175).

#d632af hex color red value is 214, green value is 50 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d632af hue: 0.87 , saturation: 0.67 and the lightness value of d632af is 0.52.

The process color (four color CMYK) of #d632af color hex is 0.00, 0.77, 0.18, 0.16. Web safe color of #d632af is #cc3399. Color #d632af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110010 10101111
Octal 326 62 257
Decimal 214 50 175
Hex D6 32 AF

RGB Percentages of Color #d632af

%48.75
%11.39
%39.86

CMYK Percentages of Color #d632af

%0
%77
%18
%16

Triadic Colors of #d632af

#d632af #afd632 #32afd6

Analogous Colors of #d632af

#d632af #d6325d #ab32d6

Monochromatic Colors of #d632af

#d632af

Complementary Color

#d632af #32d659

#d632af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d632af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d632af Color CSS Codes

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

#d632af Text Font Color

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

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


#d632af Background Color

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

This div background color is #d632af


#d632af Border Color

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

This div border color is #d632af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d632af


Comments

No comments written yet.

Please login to write comment.