Color Hex Logo

#d090fc Color Hex

#D090FC
(208,144,252)
0 Favorites   0 Comments

Color spaces of #d090fc

RGB 208144252
HSL0.770.950.78
HSV276°43°99°
CMYK 0.170.430.00   0.01
XYZ53.556440.384797.0678
Yxy40.38470.28040.2114
Hunter Lab63.549039.2216-46.0782
CIE-Lab69.742743.3983-44.6550

#d090fc color RGB value is (208,144,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010000 11111100
Octal 320 220 374
Decimal 208 144 252
Hex D0 90 FC

RGB Percentages of Color #d090fc

%34.44
%23.84
%41.72

CMYK Percentages of Color #d090fc

%17
%43
%0
%1

Triadic Colors of #d090fc

#d090fc #fcd090 #90fcd0

Analogous Colors of #d090fc

#d090fc #fc90f2 #9a90fc

Monochromatic Colors of #d090fc

#d090fc

Complementary Color

#d090fc #bcfc90

#d090fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d090fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d090fc Color CSS Codes

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

#d090fc Text Font Color

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

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


#d090fc Background Color

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

This div background color is #d090fc


#d090fc Border Color

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

This div border color is #d090fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d090fc


Comments

No comments written yet.

Please login to write comment.