Color Hex Logo

#d63dae Color Hex

#D63DAE
(214,61,174)
0 Favorites   0 Comments

Color spaces of #d63dae

RGB 21461174
HSL0.880.650.54
HSV316°71°84°
CMYK 0.000.710.19   0.16
XYZ37.040320.689642.0857
Yxy20.68960.37110.2073
Hunter Lab45.485865.7571-23.0179
CIE-Lab52.608169.4905-27.3974

#d63dae color RGB value is (214,61,174).

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

The process color (four color CMYK) of #d63dae color hex is 0.00, 0.71, 0.19, 0.16. Web safe color of #d63dae is #cc3399. Color #d63dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111101 10101110
Octal 326 75 256
Decimal 214 61 174
Hex D6 3D AE

RGB Percentages of Color #d63dae

%47.66
%13.59
%38.75

CMYK Percentages of Color #d63dae

%0
%71
%19
%16

Triadic Colors of #d63dae

#d63dae #aed63d #3daed6

Analogous Colors of #d63dae

#d63dae #d63d61 #b23dd6

Monochromatic Colors of #d63dae

#d63dae

Complementary Color

#d63dae #3dd665

#d63dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63dae Color CSS Codes

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

#d63dae Text Font Color

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

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


#d63dae Background Color

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

This div background color is #d63dae


#d63dae Border Color

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

This div border color is #d63dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63dae


Comments

No comments written yet.

Please login to write comment.