Color Hex Logo

#d462db Color Hex

#D462DB
(212,98,219)
0 Favorites   0 Comments

Color spaces of #d462db

RGB 21298219
HSL0.820.630.62
HSV297°55°86°
CMYK 0.030.550.00   0.14
XYZ44.305227.846970.0577
Yxy27.84690.31150.1958
Hunter Lab52.770257.5187-41.7743
CIE-Lab59.750261.1725-42.0577

#d462db color RGB value is (212,98,219).

#d462db hex color red value is 212, green value is 98 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d462db hue: 0.82 , saturation: 0.63 and the lightness value of d462db is 0.62.

The process color (four color CMYK) of #d462db color hex is 0.03, 0.55, 0.00, 0.14. Web safe color of #d462db is #cc66cc. Color #d462db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100010 11011011
Octal 324 142 333
Decimal 212 98 219
Hex D4 62 DB

RGB Percentages of Color #d462db

%40.08
%18.53
%41.40

CMYK Percentages of Color #d462db

%3
%55
%0
%14

Triadic Colors of #d462db

#d462db #dbd462 #62dbd4

Analogous Colors of #d462db

#d462db #db62a6 #9862db

Monochromatic Colors of #d462db

#d462db

Complementary Color

#d462db #69db62

#d462db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d462db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d462db Color CSS Codes

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

#d462db Text Font Color

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

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


#d462db Background Color

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

This div background color is #d462db


#d462db Border Color

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

This div border color is #d462db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,98,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d462db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d462db;
  -webkit-box-shadow: 1px 1px 3px 2px #d462db;
  box-shadow:         1px 1px 3px 2px #d462db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,98,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d462db


Comments

No comments written yet.

Please login to write comment.