Color Hex Logo

#d63edf Color Hex

#D63EDF
(214,62,223)
0 Favorites   0 Comments

Color spaces of #d63edf

RGB 21462223
HSL0.820.720.56
HSV297°72°87°
CMYK 0.040.720.00   0.13
XYZ42.773523.069172.0104
Yxy23.06910.31030.1673
Hunter Lab48.030374.9106-55.2705
CIE-Lab55.143476.5090-51.5898

#d63edf color RGB value is (214,62,223).

#d63edf hex color red value is 214, green value is 62 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d63edf hue: 0.82 , saturation: 0.72 and the lightness value of d63edf is 0.56.

The process color (four color CMYK) of #d63edf color hex is 0.04, 0.72, 0.00, 0.13. Web safe color of #d63edf is #cc33cc. Color #d63edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111110 11011111
Octal 326 76 337
Decimal 214 62 223
Hex D6 3E DF

RGB Percentages of Color #d63edf

%42.89
%12.42
%44.69

CMYK Percentages of Color #d63edf

%4
%72
%0
%13

Triadic Colors of #d63edf

#d63edf #dfd63e #3edfd6

Analogous Colors of #d63edf

#d63edf #df3e98 #863edf

Monochromatic Colors of #d63edf

#d63edf

Complementary Color

#d63edf #47df3e

#d63edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63edf Color CSS Codes

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

#d63edf Text Font Color

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

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


#d63edf Background Color

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

This div background color is #d63edf


#d63edf Border Color

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

This div border color is #d63edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63edf


Comments

No comments written yet.

Please login to write comment.