Color Hex Logo

#d390cf Color Hex

#D390CF
(211,144,207)
0 Favorites   0 Comments

Color spaces of #d390cf

RGB 211144207
HSL0.840.430.70
HSV304°32°83°
CMYK 0.000.320.02   0.17
XYZ48.099738.300463.8891
Yxy38.30040.32000.2548
Hunter Lab61.887330.4299-17.8866
CIE-Lab68.241435.3381-22.1935

#d390cf color RGB value is (211,144,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010000 11001111
Octal 323 220 317
Decimal 211 144 207
Hex D3 90 CF

RGB Percentages of Color #d390cf

%37.54
%25.62
%36.83

CMYK Percentages of Color #d390cf

%0
%32
%2
%17

Triadic Colors of #d390cf

#d390cf #cfd390 #90cfd3

Analogous Colors of #d390cf

#d390cf #d390ae #b690d3

Monochromatic Colors of #d390cf

#d390cf

Complementary Color

#d390cf #90d394

#d390cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d390cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d390cf Color CSS Codes

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

#d390cf Text Font Color

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

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


#d390cf Background Color

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

This div background color is #d390cf


#d390cf Border Color

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

This div border color is #d390cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d390cf


Comments

No comments written yet.

Please login to write comment.