Color Hex Logo

#d391cd Color Hex

#D391CD
(211,145,205)
0 Favorites   0 Comments

Color spaces of #d391cd

RGB 211145205
HSL0.850.430.70
HSV305°31°83°
CMYK 0.000.310.03   0.17
XYZ48.008838.507562.6599
Yxy38.50750.32180.2581
Hunter Lab62.054429.5025-16.4304
CIE-Lab68.393034.4336-20.8514

#d391cd color RGB value is (211,145,205).

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

The process color (four color CMYK) of #d391cd color hex is 0.00, 0.31, 0.03, 0.17. Web safe color of #d391cd is #cc99cc. Color #d391cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010001 11001101
Octal 323 221 315
Decimal 211 145 205
Hex D3 91 CD

RGB Percentages of Color #d391cd

%37.61
%25.85
%36.54

CMYK Percentages of Color #d391cd

%0
%31
%3
%17

Triadic Colors of #d391cd

#d391cd #cdd391 #91cdd3

Analogous Colors of #d391cd

#d391cd #d391ac #b891d3

Monochromatic Colors of #d391cd

#d391cd

Complementary Color

#d391cd #91d397

#d391cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d391cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d391cd Color CSS Codes

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

#d391cd Text Font Color

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

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


#d391cd Background Color

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

This div background color is #d391cd


#d391cd Border Color

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

This div border color is #d391cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d391cd


Comments

No comments written yet.

Please login to write comment.