Color Hex Logo

#d090da Color Hex

#D090DA
(208,144,218)
0 Favorites   0 Comments

Color spaces of #d090da

RGB 208144218
HSL0.810.500.71
HSV292°34°85°
CMYK 0.050.340.00   0.15
XYZ48.640638.418471.1815
Yxy38.41840.30740.2428
Hunter Lab61.982631.6077-24.7015
CIE-Lab68.327936.4535-28.1869

#d090da color RGB value is (208,144,218).

#d090da hex color red value is 208, green value is 144 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d090da hue: 0.81 , saturation: 0.50 and the lightness value of d090da is 0.71.

The process color (four color CMYK) of #d090da color hex is 0.05, 0.34, 0.00, 0.15. Web safe color of #d090da is #cc99cc. Color #d090da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010000 11011010
Octal 320 220 332
Decimal 208 144 218
Hex D0 90 DA

RGB Percentages of Color #d090da

%36.49
%25.26
%38.25

CMYK Percentages of Color #d090da

%5
%34
%0
%15

Triadic Colors of #d090da

#d090da #dad090 #90dad0

Analogous Colors of #d090da

#d090da #da90bf #ab90da

Monochromatic Colors of #d090da

#d090da

Complementary Color

#d090da #9ada90

#d090da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d090da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d090da Color CSS Codes

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

#d090da Text Font Color

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

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


#d090da Background Color

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

This div background color is #d090da


#d090da Border Color

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

This div border color is #d090da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d090da


Comments

No comments written yet.

Please login to write comment.