Color Hex Logo

#d390be Color Hex

#D390BE
(211,144,190)
0 Favorites   0 Comments

Color spaces of #d390be

RGB 211144190
HSL0.890.430.70
HSV319°32°83°
CMYK 0.000.320.10   0.17
XYZ46.131537.513153.5246
Yxy37.51310.33630.2735
Hunter Lab61.247927.2610-8.9400
CIE-Lab67.660232.3327-13.6021

#d390be color RGB value is (211,144,190).

#d390be hex color red value is 211, green value is 144 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d390be hue: 0.89 , saturation: 0.43 and the lightness value of d390be is 0.70.

The process color (four color CMYK) of #d390be color hex is 0.00, 0.32, 0.10, 0.17. Web safe color of #d390be is #cc99cc. Color #d390be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010000 10111110
Octal 323 220 276
Decimal 211 144 190
Hex D3 90 BE

RGB Percentages of Color #d390be

%38.72
%26.42
%34.86

CMYK Percentages of Color #d390be

%0
%32
%10
%17

Triadic Colors of #d390be

#d390be #bed390 #90bed3

Analogous Colors of #d390be

#d390be #d3909d #c790d3

Monochromatic Colors of #d390be

#d390be

Complementary Color

#d390be #90d3a5

#d390be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d390be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d390be Color CSS Codes

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

#d390be Text Font Color

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

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


#d390be Background Color

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

This div background color is #d390be


#d390be Border Color

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

This div border color is #d390be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d390be


Comments

No comments written yet.

Please login to write comment.