Color Hex Logo

#d930fb Color Hex

#D930FB
(217,48,251)
0 Favorites   0 Comments

Color spaces of #d930fb

RGB 21748251
HSL0.810.960.59
HSV290°81°98°
CMYK 0.140.810.00   0.02
XYZ47.084823.830793.3849
Yxy23.83070.28660.1450
Hunter Lab48.816786.7380-79.2483
CIE-Lab55.917985.6345-66.0249

#d930fb color RGB value is (217,48,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110000 11111011
Octal 331 60 373
Decimal 217 48 251
Hex D9 30 FB

RGB Percentages of Color #d930fb

%42.05
%9.30
%48.64

CMYK Percentages of Color #d930fb

%14
%81
%0
%2

Triadic Colors of #d930fb

#d930fb #fbd930 #30fbd9

Analogous Colors of #d930fb

#d930fb #fb30b8 #7430fb

Monochromatic Colors of #d930fb

#d930fb

Complementary Color

#d930fb #52fb30

#d930fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d930fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d930fb Color CSS Codes

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

#d930fb Text Font Color

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

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


#d930fb Background Color

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

This div background color is #d930fb


#d930fb Border Color

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

This div border color is #d930fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d930fb

Related Colors


Comments

No comments written yet.

Please login to write comment.