Color Hex Logo

#d483fb Color Hex

#D483FB
(212,131,251)
0 Favorites   0 Comments

Color spaces of #d483fb

RGB 212131251
HSL0.780.940.75
HSV281°48°98°
CMYK 0.160.480.00   0.02
XYZ52.680337.194795.6695
Yxy37.19470.28390.2005
Hunter Lab60.987547.4583-50.3155
CIE-Lab67.422851.1332-47.7259

#d483fb color RGB value is (212,131,251).

#d483fb hex color red value is 212, green value is 131 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d483fb hue: 0.78 , saturation: 0.94 and the lightness value of d483fb is 0.75.

The process color (four color CMYK) of #d483fb color hex is 0.16, 0.48, 0.00, 0.02. Web safe color of #d483fb is #cc99ff. Color #d483fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000011 11111011
Octal 324 203 373
Decimal 212 131 251
Hex D4 83 FB

RGB Percentages of Color #d483fb

%35.69
%22.05
%42.26

CMYK Percentages of Color #d483fb

%16
%48
%0
%2

Triadic Colors of #d483fb

#d483fb #fbd483 #83fbd4

Analogous Colors of #d483fb

#d483fb #fb83e6 #9883fb

Monochromatic Colors of #d483fb

#d483fb

Complementary Color

#d483fb #aafb83

#d483fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d483fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d483fb Color CSS Codes

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

#d483fb Text Font Color

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

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


#d483fb Background Color

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

This div background color is #d483fb


#d483fb Border Color

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

This div border color is #d483fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d483fb


Comments

No comments written yet.

Please login to write comment.