Color Hex Logo

#d62ada Color Hex

#D62ADA
(214,42,218)
0 Favorites   0 Comments

Color spaces of #d62ada

RGB 21442218
HSL0.830.700.51
HSV299°81°85°
CMYK 0.020.810.00   0.15
XYZ41.214421.014068.2135
Yxy21.01400.31600.1611
Hunter Lab45.841080.2626-56.1374
CIE-Lab52.964881.1864-52.2280

#d62ada color RGB value is (214,42,218).

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

The process color (four color CMYK) of #d62ada color hex is 0.02, 0.81, 0.00, 0.15. Web safe color of #d62ada is #cc33cc. Color #d62ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00101010 11011010
Octal 326 52 332
Decimal 214 42 218
Hex D6 2A DA

RGB Percentages of Color #d62ada

%45.15
%8.86
%45.99

CMYK Percentages of Color #d62ada

%2
%81
%0
%15

Triadic Colors of #d62ada

#d62ada #dad62a #2adad6

Analogous Colors of #d62ada

#d62ada #da2a86 #7e2ada

Monochromatic Colors of #d62ada

#d62ada

Complementary Color

#d62ada #2eda2a

#d62ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d62ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#d62ada Color CSS Codes

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

#d62ada Text Font Color

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

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


#d62ada Background Color

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

This div background color is #d62ada


#d62ada Border Color

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

This div border color is #d62ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d62ada


Comments

No comments written yet.

Please login to write comment.