Color Hex Logo

#d094fd Color Hex

#D094FD
(208,148,253)
0 Favorites   0 Comments

Color spaces of #d094fd

RGB 208148253
HSL0.760.960.79
HSV274°42°99°
CMYK 0.180.420.00   0.01
XYZ54.332041.681698.1102
Yxy41.68160.27990.2147
Hunter Lab64.561337.2357-44.9068
CIE-Lab70.650841.4677-43.7757

#d094fd color RGB value is (208,148,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010100 11111101
Octal 320 224 375
Decimal 208 148 253
Hex D0 94 FD

RGB Percentages of Color #d094fd

%34.15
%24.30
%41.54

CMYK Percentages of Color #d094fd

%18
%42
%0
%1

Triadic Colors of #d094fd

#d094fd #fdd094 #94fdd0

Analogous Colors of #d094fd

#d094fd #fd94f6 #9c94fd

Monochromatic Colors of #d094fd

#d094fd

Complementary Color

#d094fd #c1fd94

#d094fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d094fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d094fd Color CSS Codes

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

#d094fd Text Font Color

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

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


#d094fd Background Color

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

This div background color is #d094fd


#d094fd Border Color

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

This div border color is #d094fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d094fd

Related Colors


Comments

No comments written yet.

Please login to write comment.