Color Hex Logo

#d017be Color Hex

#D017BE
(208,23,190)
0 Favorites   0 Comments

Color spaces of #d017be

RGB 20823190
HSL0.850.800.45
HSV306°89°82°
CMYK 0.000.890.09   0.18
XYZ35.613117.740450.2624
Yxy17.74040.34370.1712
Hunter Lab42.119477.2179-41.2691
CIE-Lab49.179779.5158-42.1909

#d017be color RGB value is (208,23,190).

#d017be hex color red value is 208, green value is 23 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d017be hue: 0.85 , saturation: 0.80 and the lightness value of d017be is 0.45.

The process color (four color CMYK) of #d017be color hex is 0.00, 0.89, 0.09, 0.18. Web safe color of #d017be is #cc00cc. Color #d017be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010111 10111110
Octal 320 27 276
Decimal 208 23 190
Hex D0 17 BE

RGB Percentages of Color #d017be

%49.41
%5.46
%45.13

CMYK Percentages of Color #d017be

%0
%89
%9
%18

Triadic Colors of #d017be

#d017be #bed017 #17bed0

Analogous Colors of #d017be

#d017be #d01762 #8617d0

Monochromatic Colors of #d017be

#d017be

Complementary Color

#d017be #17d029

#d017be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d017be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d017be Color CSS Codes

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

#d017be Text Font Color

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

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


#d017be Background Color

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

This div background color is #d017be


#d017be Border Color

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

This div border color is #d017be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d017be


Comments

No comments written yet.

Please login to write comment.