Color Hex Logo

#d962be Color Hex

#D962BE
(217,98,190)
0 Favorites   0 Comments

Color spaces of #d962be

RGB 21798190
HSL0.870.610.62
HSV314°55°85°
CMYK 0.000.550.12   0.15
XYZ42.277227.204851.7380
Yxy27.20480.34880.2244
Hunter Lab52.158253.4075-22.3016
CIE-Lab59.163457.6938-26.4757

#d962be color RGB value is (217,98,190).

#d962be hex color red value is 217, green value is 98 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d962be hue: 0.87 , saturation: 0.61 and the lightness value of d962be is 0.62.

The process color (four color CMYK) of #d962be color hex is 0.00, 0.55, 0.12, 0.15. Web safe color of #d962be is #cc66cc. Color #d962be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100010 10111110
Octal 331 142 276
Decimal 217 98 190
Hex D9 62 BE

RGB Percentages of Color #d962be

%42.97
%19.41
%37.62

CMYK Percentages of Color #d962be

%0
%55
%12
%15

Triadic Colors of #d962be

#d962be #bed962 #62bed9

Analogous Colors of #d962be

#d962be #d96283 #b962d9

Monochromatic Colors of #d962be

#d962be

Complementary Color

#d962be #62d97d

#d962be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d962be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d962be Color CSS Codes

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

#d962be Text Font Color

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

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


#d962be Background Color

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

This div background color is #d962be


#d962be Border Color

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

This div border color is #d962be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d962be


Comments

No comments written yet.

Please login to write comment.