Color Hex Logo

#d017c3 Color Hex

#D017C3
(208,23,195)
0 Favorites   0 Comments

Color spaces of #d017c3

RGB 20823195
HSL0.850.800.45
HSV304°89°82°
CMYK 0.000.890.06   0.18
XYZ36.169117.962853.1906
Yxy17.96280.33700.1674
Hunter Lab42.382578.1618-44.7419
CIE-Lab49.451080.2128-44.6684

#d017c3 color RGB value is (208,23,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010111 11000011
Octal 320 27 303
Decimal 208 23 195
Hex D0 17 C3

RGB Percentages of Color #d017c3

%48.83
%5.40
%45.77

CMYK Percentages of Color #d017c3

%0
%89
%6
%18

Triadic Colors of #d017c3

#d017c3 #c3d017 #17c3d0

Analogous Colors of #d017c3

#d017c3 #d01767 #8117d0

Monochromatic Colors of #d017c3

#d017c3

Complementary Color

#d017c3 #17d024

#d017c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d017c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d017c3 Color CSS Codes

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

#d017c3 Text Font Color

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

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


#d017c3 Background Color

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

This div background color is #d017c3


#d017c3 Border Color

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

This div border color is #d017c3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,23,195, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d017c3


Comments

No comments written yet.

Please login to write comment.