Color Hex Logo

#d63caf Color Hex

#D63CAF
(214,60,175)
0 Favorites   0 Comments

Color spaces of #d63caf

RGB 21460175
HSL0.880.650.54
HSV315°72°84°
CMYK 0.000.720.18   0.16
XYZ37.085320.623042.5835
Yxy20.62300.36980.2056
Hunter Lab45.412666.2967-23.8076
CIE-Lab52.534469.9560-28.0966

#d63caf color RGB value is (214,60,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111100 10101111
Octal 326 74 257
Decimal 214 60 175
Hex D6 3C AF

RGB Percentages of Color #d63caf

%47.66
%13.36
%38.98

CMYK Percentages of Color #d63caf

%0
%72
%18
%16

Triadic Colors of #d63caf

#d63caf #afd63c #3cafd6

Analogous Colors of #d63caf

#d63caf #d63c62 #b03cd6

Monochromatic Colors of #d63caf

#d63caf

Complementary Color

#d63caf #3cd663

#d63caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63caf Color CSS Codes

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

#d63caf Text Font Color

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

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


#d63caf Background Color

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

This div background color is #d63caf


#d63caf Border Color

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

This div border color is #d63caf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,60,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 #d63caf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63caf


Comments

No comments written yet.

Please login to write comment.