Color Hex Logo

#d075ed Color Hex

#D075ED
(208,117,237)
0 Favorites   0 Comments

Color spaces of #d075ed

RGB 208117237
HSL0.790.770.69
HSV286°51°93°
CMYK 0.120.510.00   0.07
XYZ47.659832.246983.8331
Yxy32.24690.29110.1969
Hunter Lab56.786450.4358-47.7788
CIE-Lab63.546454.3568-46.1592

#d075ed color RGB value is (208,117,237).

#d075ed hex color red value is 208, green value is 117 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d075ed hue: 0.79 , saturation: 0.77 and the lightness value of d075ed is 0.69.

The process color (four color CMYK) of #d075ed color hex is 0.12, 0.51, 0.00, 0.07. Web safe color of #d075ed is #cc66ff. Color #d075ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110101 11101101
Octal 320 165 355
Decimal 208 117 237
Hex D0 75 ED

RGB Percentages of Color #d075ed

%37.01
%20.82
%42.17

CMYK Percentages of Color #d075ed

%12
%51
%0
%7

Triadic Colors of #d075ed

#d075ed #edd075 #75edd0

Analogous Colors of #d075ed

#d075ed #ed75ce #9475ed

Monochromatic Colors of #d075ed

#d075ed

Complementary Color

#d075ed #92ed75

#d075ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d075ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d075ed Color CSS Codes

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

#d075ed Text Font Color

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

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


#d075ed Background Color

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

This div background color is #d075ed


#d075ed Border Color

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

This div border color is #d075ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d075ed


Comments

No comments written yet.

Please login to write comment.