Color Hex Logo

#d392fc Color Hex

#D392FC
(211,146,252)
0 Favorites   0 Comments

Color spaces of #d392fc

RGB 211146252
HSL0.770.950.78
HSV277°42°99°
CMYK 0.160.420.00   0.01
XYZ54.713541.434997.2095
Yxy41.43490.28300.2143
Hunter Lab64.369939.0749-44.4790
CIE-Lab70.479543.1750-43.4781

#d392fc color RGB value is (211,146,252).

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

The process color (four color CMYK) of #d392fc color hex is 0.16, 0.42, 0.00, 0.01. Web safe color of #d392fc is #cc99ff. Color #d392fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010010 11111100
Octal 323 222 374
Decimal 211 146 252
Hex D3 92 FC

RGB Percentages of Color #d392fc

%34.65
%23.97
%41.38

CMYK Percentages of Color #d392fc

%16
%42
%0
%1

Triadic Colors of #d392fc

#d392fc #fcd392 #92fcd3

Analogous Colors of #d392fc

#d392fc #fc92f0 #9e92fc

Monochromatic Colors of #d392fc

#d392fc

Complementary Color

#d392fc #bbfc92

#d392fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d392fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d392fc Color CSS Codes

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

#d392fc Text Font Color

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

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


#d392fc Background Color

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

This div background color is #d392fc


#d392fc Border Color

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

This div border color is #d392fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d392fc


Comments

No comments written yet.

Please login to write comment.