Color Hex Logo

#d08fe5 Color Hex

#D08FE5
(208,143,229)
0 Favorites   0 Comments

Color spaces of #d08fe5

RGB 208143229
HSL0.790.620.73
HSV285°38°90°
CMYK 0.090.380.00   0.10
XYZ49.977738.712078.9668
Yxy38.71200.29810.2309
Hunter Lab62.219034.4978-31.6961
CIE-Lab68.542139.1615-33.9281

#d08fe5 color RGB value is (208,143,229).

#d08fe5 hex color red value is 208, green value is 143 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #d08fe5 hue: 0.79 , saturation: 0.62 and the lightness value of d08fe5 is 0.73.

The process color (four color CMYK) of #d08fe5 color hex is 0.09, 0.38, 0.00, 0.10. Web safe color of #d08fe5 is #cc99cc. Color #d08fe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001111 11100101
Octal 320 217 345
Decimal 208 143 229
Hex D0 8F E5

RGB Percentages of Color #d08fe5

%35.86
%24.66
%39.48

CMYK Percentages of Color #d08fe5

%9
%38
%0
%10

Triadic Colors of #d08fe5

#d08fe5 #e5d08f #8fe5d0

Analogous Colors of #d08fe5

#d08fe5 #e58fcf #a58fe5

Monochromatic Colors of #d08fe5

#d08fe5

Complementary Color

#d08fe5 #a4e58f

#d08fe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08fe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08fe5 Color CSS Codes

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

#d08fe5 Text Font Color

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

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


#d08fe5 Background Color

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

This div background color is #d08fe5


#d08fe5 Border Color

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

This div border color is #d08fe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08fe5


Comments

No comments written yet.

Please login to write comment.