Color Hex Logo

#da90fd Color Hex

#DA90FD
(218,144,253)
0 Favorites   0 Comments

Color spaces of #da90fd

RGB 218144253
HSL0.780.960.78
HSV281°43°99°
CMYK 0.140.430.00   0.01
XYZ56.616341.943898.0405
Yxy41.94380.28800.2133
Hunter Lab64.764042.7065-44.4190
CIE-Lab70.832246.4220-43.4173

#da90fd color RGB value is (218,144,253).

#da90fd hex color red value is 218, green value is 144 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #da90fd hue: 0.78 , saturation: 0.96 and the lightness value of da90fd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010000 11111101
Octal 332 220 375
Decimal 218 144 253
Hex DA 90 FD

RGB Percentages of Color #da90fd

%35.45
%23.41
%41.14

CMYK Percentages of Color #da90fd

%14
%43
%0
%1

Triadic Colors of #da90fd

#da90fd #fdda90 #90fdda

Analogous Colors of #da90fd

#da90fd #fd90ea #a490fd

Monochromatic Colors of #da90fd

#da90fd

Complementary Color

#da90fd #b3fd90

#da90fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da90fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da90fd Color CSS Codes

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

#da90fd Text Font Color

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

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


#da90fd Background Color

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

This div background color is #da90fd


#da90fd Border Color

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

This div border color is #da90fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da90fd


Comments

No comments written yet.

Please login to write comment.