Color Hex Logo

#d62adf Color Hex

#D62ADF
(214,42,223)
0 Favorites   0 Comments

Color spaces of #d62adf

RGB 21442223
HSL0.830.740.52
HSV297°81°87°
CMYK 0.040.810.00   0.13
XYZ41.878821.279871.7122
Yxy21.27980.31050.1578
Hunter Lab46.130081.3223-59.8792
CIE-Lab53.254481.9611-54.6060

#d62adf color RGB value is (214,42,223).

#d62adf hex color red value is 214, green value is 42 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d62adf hue: 0.83 , saturation: 0.74 and the lightness value of d62adf is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00101010 11011111
Octal 326 52 337
Decimal 214 42 223
Hex D6 2A DF

RGB Percentages of Color #d62adf

%44.68
%8.77
%46.56

CMYK Percentages of Color #d62adf

%4
%81
%0
%13

Triadic Colors of #d62adf

#d62adf #dfd62a #2adfd6

Analogous Colors of #d62adf

#d62adf #df2a8e #7c2adf

Monochromatic Colors of #d62adf

#d62adf

Complementary Color

#d62adf #33df2a

#d62adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d62adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d62adf Color CSS Codes

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

#d62adf Text Font Color

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

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


#d62adf Background Color

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

This div background color is #d62adf


#d62adf Border Color

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

This div border color is #d62adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d62adf


Comments

No comments written yet.

Please login to write comment.