Color Hex Logo

#d065eb Color Hex

#D065EB
(208,101,235)
0 Favorites   0 Comments

Color spaces of #d065eb

RGB 208101235
HSL0.800.770.66
HSV288°57°92°
CMYK 0.110.570.00   0.08
XYZ45.661528.715481.7333
Yxy28.71540.29250.1839
Hunter Lab53.586858.3238-52.9215
CIE-Lab60.529661.7290-49.8171

#d065eb color RGB value is (208,101,235).

#d065eb hex color red value is 208, green value is 101 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d065eb hue: 0.80 , saturation: 0.77 and the lightness value of d065eb is 0.66.

The process color (four color CMYK) of #d065eb color hex is 0.11, 0.57, 0.00, 0.08. Web safe color of #d065eb is #cc66ff. Color #d065eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100101 11101011
Octal 320 145 353
Decimal 208 101 235
Hex D0 65 EB

RGB Percentages of Color #d065eb

%38.24
%18.57
%43.20

CMYK Percentages of Color #d065eb

%11
%57
%0
%8

Triadic Colors of #d065eb

#d065eb #ebd065 #65ebd0

Analogous Colors of #d065eb

#d065eb #eb65c3 #8d65eb

Monochromatic Colors of #d065eb

#d065eb

Complementary Color

#d065eb #80eb65

#d065eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d065eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d065eb Color CSS Codes

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

#d065eb Text Font Color

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

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


#d065eb Background Color

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

This div background color is #d065eb


#d065eb Border Color

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

This div border color is #d065eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d065eb


Comments

No comments written yet.

Please login to write comment.