Color Hex Logo

#d63acf Color Hex

#D63ACF
(214,58,207)
0 Favorites   0 Comments

Color spaces of #d63acf

RGB 21458207
HSL0.840.660.53
HSV303°73°84°
CMYK 0.000.730.03   0.16
XYZ40.507121.827261.1096
Yxy21.82720.32810.1768
Hunter Lab46.719673.0049-44.8481
CIE-Lab53.843275.2230-44.5538

#d63acf color RGB value is (214,58,207).

#d63acf hex color red value is 214, green value is 58 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d63acf hue: 0.84 , saturation: 0.66 and the lightness value of d63acf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111010 11001111
Octal 326 72 317
Decimal 214 58 207
Hex D6 3A CF

RGB Percentages of Color #d63acf

%44.68
%12.11
%43.22

CMYK Percentages of Color #d63acf

%0
%73
%3
%16

Triadic Colors of #d63acf

#d63acf #cfd63a #3acfd6

Analogous Colors of #d63acf

#d63acf #d63a81 #8f3ad6

Monochromatic Colors of #d63acf

#d63acf

Complementary Color

#d63acf #3ad641

#d63acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63acf Color CSS Codes

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

#d63acf Text Font Color

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

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


#d63acf Background Color

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

This div background color is #d63acf


#d63acf Border Color

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

This div border color is #d63acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63acf


Comments

No comments written yet.

Please login to write comment.