Color Hex Logo

#d62abc Color Hex

#D62ABC
(214,42,188)
0 Favorites   0 Comments

Color spaces of #d62abc

RGB 21442188
HSL0.860.680.50
HSV309°80°84°
CMYK 0.000.800.12   0.16
XYZ37.636619.582949.3732
Yxy19.58290.35310.1837
Hunter Lab44.252674.3714-35.1739
CIE-Lab51.362376.8097-37.5109

#d62abc color RGB value is (214,42,188).

#d62abc hex color red value is 214, green value is 42 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d62abc hue: 0.86 , saturation: 0.68 and the lightness value of d62abc is 0.50.

The process color (four color CMYK) of #d62abc color hex is 0.00, 0.80, 0.12, 0.16. Web safe color of #d62abc is #cc33cc. Color #d62abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00101010 10111100
Octal 326 52 274
Decimal 214 42 188
Hex D6 2A BC

RGB Percentages of Color #d62abc

%48.20
%9.46
%42.34

CMYK Percentages of Color #d62abc

%0
%80
%12
%16

Triadic Colors of #d62abc

#d62abc #bcd62a #2abcd6

Analogous Colors of #d62abc

#d62abc #d62a66 #9a2ad6

Monochromatic Colors of #d62abc

#d62abc

Complementary Color

#d62abc #2ad644

#d62abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d62abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d62abc Color CSS Codes

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

#d62abc Text Font Color

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

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


#d62abc Background Color

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

This div background color is #d62abc


#d62abc Border Color

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

This div border color is #d62abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d62abc


Comments

No comments written yet.

Please login to write comment.