Color Hex Logo

#d090ff Color Hex

#D090FF
(208,144,255)
1 Favorites   0 Comments

Color spaces of #d090ff

RGB 208144255
HSL0.761.000.78
HSV275°44°100°
CMYK 0.180.440.00   0.00
XYZ54.035740.576499.5918
Yxy40.57640.27820.2089
Hunter Lab63.699639.9453-48.1078
CIE-Lab69.878144.0427-46.0755

#d090ff color RGB value is (208,144,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010000 11111111
Octal 320 220 377
Decimal 208 144 255
Hex D0 90 FF

RGB Percentages of Color #d090ff

%34.27
%23.72
%42.01

CMYK Percentages of Color #d090ff

%18
%44
%0
%0

Triadic Colors of #d090ff

#d090ff #ffd090 #90ffd0

Analogous Colors of #d090ff

#d090ff #ff90f7 #9990ff

Monochromatic Colors of #d090ff

#d090ff

Complementary Color

#d090ff #bfff90

#d090ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d090ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d090ff Color CSS Codes

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

#d090ff Text Font Color

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

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


#d090ff Background Color

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

This div background color is #d090ff


#d090ff Border Color

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

This div border color is #d090ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d090ff


Comments

No comments written yet.

Please login to write comment.