Color Hex Logo

#d392d5 Color Hex

#D392D5
(211,146,213)
0 Favorites   0 Comments

Color spaces of #d392d5

RGB 211146213
HSL0.830.440.70
HSV298°31°84°
CMYK 0.010.310.00   0.16
XYZ49.153139.210767.9286
Yxy39.21070.31450.2509
Hunter Lab62.618430.5334-20.4850
CIE-Lab68.903635.3716-24.5087

#d392d5 color RGB value is (211,146,213).

#d392d5 hex color red value is 211, green value is 146 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #d392d5 hue: 0.83 , saturation: 0.44 and the lightness value of d392d5 is 0.70.

The process color (four color CMYK) of #d392d5 color hex is 0.01, 0.31, 0.00, 0.16. Web safe color of #d392d5 is #cc99cc. Color #d392d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010010 11010101
Octal 323 222 325
Decimal 211 146 213
Hex D3 92 D5

RGB Percentages of Color #d392d5

%37.02
%25.61
%37.37

CMYK Percentages of Color #d392d5

%1
%31
%0
%16

Triadic Colors of #d392d5

#d392d5 #d5d392 #92d5d3

Analogous Colors of #d392d5

#d392d5 #d592b6 #b292d5

Monochromatic Colors of #d392d5

#d392d5

Complementary Color

#d392d5 #94d592

#d392d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d392d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d392d5 Color CSS Codes

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

#d392d5 Text Font Color

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

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


#d392d5 Background Color

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

This div background color is #d392d5


#d392d5 Border Color

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

This div border color is #d392d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d392d5


Comments

No comments written yet.

Please login to write comment.