Color Hex Logo

#d075dc Color Hex

#D075DC
(208,117,220)
0 Favorites   0 Comments

Color spaces of #d075dc

RGB 208117220
HSL0.810.600.66
HSV293°47°86°
CMYK 0.050.470.00   0.14
XYZ45.292031.299871.3645
Yxy31.29980.30610.2115
Hunter Lab55.946246.6011-36.4674
CIE-Lab62.759951.0566-37.9354

#d075dc color RGB value is (208,117,220).

#d075dc hex color red value is 208, green value is 117 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d075dc hue: 0.81 , saturation: 0.60 and the lightness value of d075dc is 0.66.

The process color (four color CMYK) of #d075dc color hex is 0.05, 0.47, 0.00, 0.14. Web safe color of #d075dc is #cc66cc. Color #d075dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110101 11011100
Octal 320 165 334
Decimal 208 117 220
Hex D0 75 DC

RGB Percentages of Color #d075dc

%38.17
%21.47
%40.37

CMYK Percentages of Color #d075dc

%5
%47
%0
%14

Triadic Colors of #d075dc

#d075dc #dcd075 #75dcd0

Analogous Colors of #d075dc

#d075dc #dc75b5 #9d75dc

Monochromatic Colors of #d075dc

#d075dc

Complementary Color

#d075dc #81dc75

#d075dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d075dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d075dc Color CSS Codes

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

#d075dc Text Font Color

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

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


#d075dc Background Color

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

This div background color is #d075dc


#d075dc Border Color

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

This div border color is #d075dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d075dc


Comments

No comments written yet.

Please login to write comment.