Color Hex Logo

#d973f0 Color Hex

#D973F0
(217,115,240)
0 Favorites   0 Comments

Color spaces of #d973f0

RGB 217115240
HSL0.800.810.70
HSV289°52°94°
CMYK 0.100.520.00   0.06
XYZ50.474233.304586.2062
Yxy33.30450.29690.1959
Hunter Lab57.710155.1266-48.1693
CIE-Lab64.406758.3186-46.3895

#d973f0 color RGB value is (217,115,240).

#d973f0 hex color red value is 217, green value is 115 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #d973f0 hue: 0.80 , saturation: 0.81 and the lightness value of d973f0 is 0.70.

The process color (four color CMYK) of #d973f0 color hex is 0.10, 0.52, 0.00, 0.06. Web safe color of #d973f0 is #cc66ff. Color #d973f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110011 11110000
Octal 331 163 360
Decimal 217 115 240
Hex D9 73 F0

RGB Percentages of Color #d973f0

%37.94
%20.10
%41.96

CMYK Percentages of Color #d973f0

%10
%52
%0
%6

Triadic Colors of #d973f0

#d973f0 #f0d973 #73f0d9

Analogous Colors of #d973f0

#d973f0 #f073c9 #9b73f0

Monochromatic Colors of #d973f0

#d973f0

Complementary Color

#d973f0 #8af073

#d973f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d973f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d973f0 Color CSS Codes

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

#d973f0 Text Font Color

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

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


#d973f0 Background Color

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

This div background color is #d973f0


#d973f0 Border Color

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

This div border color is #d973f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d973f0


Comments

No comments written yet.

Please login to write comment.