Color Hex Logo

#d750dc Color Hex

#D750DC
(215,80,220)
0 Favorites   0 Comments

Color spaces of #d750dc

RGB 21580220
HSL0.830.670.59
HSV298°64°86°
CMYK 0.020.640.00   0.14
XYZ43.811325.351770.2944
Yxy25.35170.31420.1818
Hunter Lab50.350567.2043-47.5296
CIE-Lab57.416569.7854-46.2755

#d750dc color RGB value is (215,80,220).

#d750dc hex color red value is 215, green value is 80 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d750dc hue: 0.83 , saturation: 0.67 and the lightness value of d750dc is 0.59.

The process color (four color CMYK) of #d750dc color hex is 0.02, 0.64, 0.00, 0.14. Web safe color of #d750dc is #cc66cc. Color #d750dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010000 11011100
Octal 327 120 334
Decimal 215 80 220
Hex D7 50 DC

RGB Percentages of Color #d750dc

%41.75
%15.53
%42.72

CMYK Percentages of Color #d750dc

%2
%64
%0
%14

Triadic Colors of #d750dc

#d750dc #dcd750 #50dcd7

Analogous Colors of #d750dc

#d750dc #dc509b #9150dc

Monochromatic Colors of #d750dc

#d750dc

Complementary Color

#d750dc #55dc50

#d750dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d750dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d750dc Color CSS Codes

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

#d750dc Text Font Color

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

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


#d750dc Background Color

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

This div background color is #d750dc


#d750dc Border Color

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

This div border color is #d750dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,80,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d750dc


Comments

No comments written yet.

Please login to write comment.