Color Hex Logo

#d950be Color Hex

#D950BE
(217,80,190)
0 Favorites   0 Comments

Color spaces of #d950be

RGB 21780190
HSL0.870.640.58
HSV312°63°85°
CMYK 0.000.630.12   0.15
XYZ40.778224.206751.2383
Yxy24.20670.35090.2083
Hunter Lab49.200361.8438-27.3057
CIE-Lab56.294265.4960-30.9186

#d950be color RGB value is (217,80,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010000 10111110
Octal 331 120 276
Decimal 217 80 190
Hex D9 50 BE

RGB Percentages of Color #d950be

%44.56
%16.43
%39.01

CMYK Percentages of Color #d950be

%0
%63
%12
%15

Triadic Colors of #d950be

#d950be #bed950 #50bed9

Analogous Colors of #d950be

#d950be #d9507a #b050d9

Monochromatic Colors of #d950be

#d950be

Complementary Color

#d950be #50d96b

#d950be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d950be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d950be Color CSS Codes

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

#d950be Text Font Color

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

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


#d950be Background Color

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

This div background color is #d950be


#d950be Border Color

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

This div border color is #d950be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d950be


Comments

No comments written yet.

Please login to write comment.