Color Hex Logo

#d332fb Color Hex

#D332FB
(211,50,251)
0 Favorites   0 Comments

Color spaces of #d332fb

RGB 21150251
HSL0.800.960.59
HSV288°80°98°
CMYK 0.160.800.00   0.02
XYZ45.417223.095193.3308
Yxy23.09510.28060.1427
Hunter Lab48.057484.5932-81.5052
CIE-Lab55.170284.1306-67.2774

#d332fb color RGB value is (211,50,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110010 11111011
Octal 323 62 373
Decimal 211 50 251
Hex D3 32 FB

RGB Percentages of Color #d332fb

%41.21
%9.77
%49.02

CMYK Percentages of Color #d332fb

%16
%80
%0
%2

Triadic Colors of #d332fb

#d332fb #fbd332 #32fbd3

Analogous Colors of #d332fb

#d332fb #fb32bf #6f32fb

Monochromatic Colors of #d332fb

#d332fb

Complementary Color

#d332fb #5afb32

#d332fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d332fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d332fb Color CSS Codes

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

#d332fb Text Font Color

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

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


#d332fb Background Color

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

This div background color is #d332fb


#d332fb Border Color

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

This div border color is #d332fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d332fb


Comments

No comments written yet.

Please login to write comment.