Color Hex Logo

#d390ff Color Hex

#D390FF
(211,144,255)
0 Favorites   0 Comments

Color spaces of #d390ff

RGB 211144255
HSL0.771.000.78
HSV276°44°100°
CMYK 0.170.440.00   0.00
XYZ54.887241.015499.6316
Yxy41.01540.28070.2098
Hunter Lab64.043340.9047-47.4067
CIE-Lab70.186744.8770-45.5693

#d390ff color RGB value is (211,144,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010000 11111111
Octal 323 220 377
Decimal 211 144 255
Hex D3 90 FF

RGB Percentages of Color #d390ff

%34.59
%23.61
%41.80

CMYK Percentages of Color #d390ff

%17
%44
%0
%0

Triadic Colors of #d390ff

#d390ff #ffd390 #90ffd3

Analogous Colors of #d390ff

#d390ff #ff90f4 #9c90ff

Monochromatic Colors of #d390ff

#d390ff

Complementary Color

#d390ff #bcff90

#d390ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d390ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d390ff Color CSS Codes

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

#d390ff Text Font Color

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

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


#d390ff Background Color

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

This div background color is #d390ff


#d390ff Border Color

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

This div border color is #d390ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d390ff


Comments

No comments written yet.

Please login to write comment.