Color Hex Logo

#d830fb Color Hex

#D830FB
(216,48,251)
0 Favorites   0 Comments

Color spaces of #d830fb

RGB 21648251
HSL0.800.960.59
HSV290°81°98°
CMYK 0.140.810.00   0.02
XYZ46.788423.677993.3710
Yxy23.67790.28560.1445
Hunter Lab48.659986.4797-79.7065
CIE-Lab55.763885.4665-66.2811

#d830fb color RGB value is (216,48,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110000 11111011
Octal 330 60 373
Decimal 216 48 251
Hex D8 30 FB

RGB Percentages of Color #d830fb

%41.94
%9.32
%48.74

CMYK Percentages of Color #d830fb

%14
%81
%0
%2

Triadic Colors of #d830fb

#d830fb #fbd830 #30fbd8

Analogous Colors of #d830fb

#d830fb #fb30b9 #7330fb

Monochromatic Colors of #d830fb

#d830fb

Complementary Color

#d830fb #53fb30

#d830fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d830fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d830fb Color CSS Codes

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

#d830fb Text Font Color

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

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


#d830fb Background Color

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

This div background color is #d830fb


#d830fb Border Color

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

This div border color is #d830fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d830fb


Comments

No comments written yet.

Please login to write comment.