Color Hex Logo

#d832fb Color Hex

#D832FB
(216,50,251)
0 Favorites   0 Comments

Color spaces of #d832fb

RGB 21650251
HSL0.800.960.59
HSV290°80°98°
CMYK 0.140.800.00   0.02
XYZ46.872123.845293.3989
Yxy23.84520.28560.1453
Hunter Lab48.831585.8822-79.2204
CIE-Lab55.932584.9750-66.0093

#d832fb color RGB value is (216,50,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110010 11111011
Octal 330 62 373
Decimal 216 50 251
Hex D8 32 FB

RGB Percentages of Color #d832fb

%41.78
%9.67
%48.55

CMYK Percentages of Color #d832fb

%14
%80
%0
%2

Triadic Colors of #d832fb

#d832fb #fbd832 #32fbd8

Analogous Colors of #d832fb

#d832fb #fb32ba #7432fb

Monochromatic Colors of #d832fb

#d832fb

Complementary Color

#d832fb #55fb32

#d832fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d832fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d832fb Color CSS Codes

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

#d832fb Text Font Color

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

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


#d832fb Background Color

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

This div background color is #d832fb


#d832fb Border Color

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

This div border color is #d832fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d832fb

Related Colors


Comments

No comments written yet.

Please login to write comment.