Color Hex Logo

#d762db Color Hex

#D762DB
(215,98,219)
0 Favorites   0 Comments

Color spaces of #d762db

RGB 21598219
HSL0.830.630.62
HSV298°55°86°
CMYK 0.020.550.00   0.14
XYZ45.178228.296970.0985
Yxy28.29690.31470.1971
Hunter Lab53.194858.5085-40.8941
CIE-Lab60.156061.9529-41.3914

#d762db color RGB value is (215,98,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100010 11011011
Octal 327 142 333
Decimal 215 98 219
Hex D7 62 DB

RGB Percentages of Color #d762db

%40.41
%18.42
%41.17

CMYK Percentages of Color #d762db

%2
%55
%0
%14

Triadic Colors of #d762db

#d762db #dbd762 #62dbd7

Analogous Colors of #d762db

#d762db #db62a3 #9b62db

Monochromatic Colors of #d762db

#d762db

Complementary Color

#d762db #66db62

#d762db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d762db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d762db Color CSS Codes

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

#d762db Text Font Color

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

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


#d762db Background Color

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

This div background color is #d762db


#d762db Border Color

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

This div border color is #d762db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d762db


Comments

No comments written yet.

Please login to write comment.