Color Hex Logo

#d332fc Color Hex

#D332FC
(211,50,252)
0 Favorites   0 Comments

Color spaces of #d332fc

RGB 21150252
HSL0.800.970.59
HSV288°80°99°
CMYK 0.160.800.00   0.01
XYZ45.575323.158494.1634
Yxy23.15840.27980.1422
Hunter Lab48.123284.8338-82.3275
CIE-Lab55.235184.3036-67.7287

#d332fc color RGB value is (211,50,252).

#d332fc hex color red value is 211, green value is 50 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d332fc hue: 0.80 , saturation: 0.97 and the lightness value of d332fc is 0.59.

The process color (four color CMYK) of #d332fc color hex is 0.16, 0.80, 0.00, 0.01. Web safe color of #d332fc is #cc33ff. Color #d332fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110010 11111100
Octal 323 62 374
Decimal 211 50 252
Hex D3 32 FC

RGB Percentages of Color #d332fc

%41.13
%9.75
%49.12

CMYK Percentages of Color #d332fc

%16
%80
%0
%1

Triadic Colors of #d332fc

#d332fc #fcd332 #32fcd3

Analogous Colors of #d332fc

#d332fc #fc32c0 #6e32fc

Monochromatic Colors of #d332fc

#d332fc

Complementary Color

#d332fc #5bfc32

#d332fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d332fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d332fc Color CSS Codes

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

#d332fc Text Font Color

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

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


#d332fc Background Color

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

This div background color is #d332fc


#d332fc Border Color

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

This div border color is #d332fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,50,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 #d332fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d332fc

Related Colors


Comments

No comments written yet.

Please login to write comment.