Color Hex Logo

#d090fa Color Hex

#D090FA
(208,144,250)
0 Favorites   0 Comments

Color spaces of #d090fa

RGB 208144250
HSL0.770.910.77
HSV276°42°98°
CMYK 0.170.420.00   0.02
XYZ53.241040.258595.4070
Yxy40.25850.28180.2131
Hunter Lab63.449638.7438-44.7377
CIE-Lab69.653342.9714-43.7050

#d090fa color RGB value is (208,144,250).

#d090fa hex color red value is 208, green value is 144 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d090fa hue: 0.77 , saturation: 0.91 and the lightness value of d090fa is 0.77.

The process color (four color CMYK) of #d090fa color hex is 0.17, 0.42, 0.00, 0.02. Web safe color of #d090fa is #cc99ff. Color #d090fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010000 11111010
Octal 320 220 372
Decimal 208 144 250
Hex D0 90 FA

RGB Percentages of Color #d090fa

%34.55
%23.92
%41.53

CMYK Percentages of Color #d090fa

%17
%42
%0
%2

Triadic Colors of #d090fa

#d090fa #fad090 #90fad0

Analogous Colors of #d090fa

#d090fa #fa90ef #9b90fa

Monochromatic Colors of #d090fa

#d090fa

Complementary Color

#d090fa #bafa90

#d090fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d090fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d090fa Color CSS Codes

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

#d090fa Text Font Color

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

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


#d090fa Background Color

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

This div background color is #d090fa


#d090fa Border Color

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

This div border color is #d090fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d090fa

Related Colors


Comments

No comments written yet.

Please login to write comment.