Color Hex Logo

#d085ea Color Hex

#D085EA
(208,133,234)
0 Favorites   0 Comments

Color spaces of #d085ea

RGB 208133234
HSL0.790.710.72
HSV285°43°92°
CMYK 0.110.430.00   0.08
XYZ49.251236.125582.2190
Yxy36.12550.29390.2156
Hunter Lab60.104541.0847-39.0317
CIE-Lab66.615745.5001-39.6832

#d085ea color RGB value is (208,133,234).

#d085ea hex color red value is 208, green value is 133 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d085ea hue: 0.79 , saturation: 0.71 and the lightness value of d085ea is 0.72.

The process color (four color CMYK) of #d085ea color hex is 0.11, 0.43, 0.00, 0.08. Web safe color of #d085ea is #cc99ff. Color #d085ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000101 11101010
Octal 320 205 352
Decimal 208 133 234
Hex D0 85 EA

RGB Percentages of Color #d085ea

%36.17
%23.13
%40.70

CMYK Percentages of Color #d085ea

%11
%43
%0
%8

Triadic Colors of #d085ea

#d085ea #ead085 #85ead0

Analogous Colors of #d085ea

#d085ea #ea85d2 #9e85ea

Monochromatic Colors of #d085ea

#d085ea

Complementary Color

#d085ea #9fea85

#d085ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d085ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d085ea Color CSS Codes

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

#d085ea Text Font Color

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

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


#d085ea Background Color

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

This div background color is #d085ea


#d085ea Border Color

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

This div border color is #d085ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d085ea


Comments

No comments written yet.

Please login to write comment.