Color Hex Logo

#d091fd Color Hex

#D091FD
(208,145,253)
0 Favorites   0 Comments

Color spaces of #d091fd

RGB 208145253
HSL0.760.960.78
HSV275°43°99°
CMYK 0.180.430.00   0.01
XYZ53.867440.752597.9554
Yxy40.75250.27970.2116
Hunter Lab63.837738.9056-46.2908
CIE-Lab70.002243.0775-44.7925

#d091fd color RGB value is (208,145,253).

#d091fd hex color red value is 208, green value is 145 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d091fd hue: 0.76 , saturation: 0.96 and the lightness value of d091fd is 0.78.

The process color (four color CMYK) of #d091fd color hex is 0.18, 0.43, 0.00, 0.01. Web safe color of #d091fd is #cc99ff. Color #d091fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010001 11111101
Octal 320 221 375
Decimal 208 145 253
Hex D0 91 FD

RGB Percentages of Color #d091fd

%34.32
%23.93
%41.75

CMYK Percentages of Color #d091fd

%18
%43
%0
%1

Triadic Colors of #d091fd

#d091fd #fdd091 #91fdd0

Analogous Colors of #d091fd

#d091fd #fd91f4 #9a91fd

Monochromatic Colors of #d091fd

#d091fd

Complementary Color

#d091fd #befd91

#d091fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d091fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d091fd Color CSS Codes

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

#d091fd Text Font Color

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

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


#d091fd Background Color

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

This div background color is #d091fd


#d091fd Border Color

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

This div border color is #d091fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d091fd


Comments

No comments written yet.

Please login to write comment.