Color Hex Logo

#d432fb Color Hex

#D432FB
(212,50,251)
0 Favorites   0 Comments

Color spaces of #d432fb

RGB 21250251
HSL0.800.960.59
HSV288°80°98°
CMYK 0.160.800.00   0.02
XYZ45.704623.243393.3443
Yxy23.24330.28160.1432
Hunter Lab48.211384.8493-81.0464
CIE-Lab55.322184.2986-67.0246

#d432fb color RGB value is (212,50,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110010 11111011
Octal 324 62 373
Decimal 212 50 251
Hex D4 32 FB

RGB Percentages of Color #d432fb

%41.33
%9.75
%48.93

CMYK Percentages of Color #d432fb

%16
%80
%0
%2

Triadic Colors of #d432fb

#d432fb #fbd432 #32fbd4

Analogous Colors of #d432fb

#d432fb #fb32be #7032fb

Monochromatic Colors of #d432fb

#d432fb

Complementary Color

#d432fb #59fb32

#d432fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d432fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d432fb Color CSS Codes

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

#d432fb Text Font Color

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

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


#d432fb Background Color

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

This div background color is #d432fb


#d432fb Border Color

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

This div border color is #d432fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d432fb


Comments

No comments written yet.

Please login to write comment.