Color Hex Logo

#d762df Color Hex

#D762DF
(215,98,223)
0 Favorites   0 Comments

Color spaces of #d762df

RGB 21598223
HSL0.820.660.63
HSV296°56°87°
CMYK 0.040.560.00   0.13
XYZ45.711328.510272.9058
Yxy28.51020.31070.1938
Hunter Lab53.394959.3723-43.5785
CIE-Lab60.346962.6590-43.3376

#d762df color RGB value is (215,98,223).

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

The process color (four color CMYK) of #d762df color hex is 0.04, 0.56, 0.00, 0.13. Web safe color of #d762df is #cc66cc. Color #d762df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100010 11011111
Octal 327 142 337
Decimal 215 98 223
Hex D7 62 DF

RGB Percentages of Color #d762df

%40.11
%18.28
%41.60

CMYK Percentages of Color #d762df

%4
%56
%0
%13

Triadic Colors of #d762df

#d762df #dfd762 #62dfd7

Analogous Colors of #d762df

#d762df #df62a9 #9962df

Monochromatic Colors of #d762df

#d762df

Complementary Color

#d762df #6adf62

#d762df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d762df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d762df Color CSS Codes

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

#d762df Text Font Color

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

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


#d762df Background Color

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

This div background color is #d762df


#d762df Border Color

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

This div border color is #d762df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d762df


Comments

No comments written yet.

Please login to write comment.