Color Hex Logo

#d005eb Color Hex

#D005EB
(208,5,235)
0 Favorites   0 Comments

Color spaces of #d005eb

RGB 2085235
HSL0.810.960.47
HSV293°98°92°
CMYK 0.110.980.00   0.08
XYZ41.062119.516680.2001
Yxy19.51660.29170.1386
Hunter Lab44.177688.6010-76.7109
CIE-Lab51.286287.9551-64.6103

#d005eb color RGB value is (208,5,235).

#d005eb hex color red value is 208, green value is 5 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d005eb hue: 0.81 , saturation: 0.96 and the lightness value of d005eb is 0.47.

The process color (four color CMYK) of #d005eb color hex is 0.11, 0.98, 0.00, 0.08. Web safe color of #d005eb is #cc00ff. Color #d005eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000101 11101011
Octal 320 5 353
Decimal 208 5 235
Hex D0 5 EB

RGB Percentages of Color #d005eb

%46.43
%1.12
%52.46

CMYK Percentages of Color #d005eb

%11
%98
%0
%8

Triadic Colors of #d005eb

#d005eb #ebd005 #05ebd0

Analogous Colors of #d005eb

#d005eb #eb0593 #5d05eb

Monochromatic Colors of #d005eb

#d005eb

Complementary Color

#d005eb #20eb05

#d005eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d005eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d005eb Color CSS Codes

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

#d005eb Text Font Color

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

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


#d005eb Background Color

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

This div background color is #d005eb


#d005eb Border Color

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

This div border color is #d005eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d005eb


Comments

No comments written yet.

Please login to write comment.