Color Hex Logo

#d750fb Color Hex

#D750FB
(215,80,251)
0 Favorites   0 Comments

Color spaces of #d750fb

RGB 21580251
HSL0.800.960.65
HSV287°68°98°
CMYK 0.140.680.00   0.02
XYZ48.305627.149493.9612
Yxy27.14940.28510.1603
Hunter Lab52.105174.2999-70.4442
CIE-Lab59.112475.2553-60.9073

#d750fb color RGB value is (215,80,251).

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

The process color (four color CMYK) of #d750fb color hex is 0.14, 0.68, 0.00, 0.02. Web safe color of #d750fb is #cc66ff. Color #d750fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010000 11111011
Octal 327 120 373
Decimal 215 80 251
Hex D7 50 FB

RGB Percentages of Color #d750fb

%39.38
%14.65
%45.97

CMYK Percentages of Color #d750fb

%14
%68
%0
%2

Triadic Colors of #d750fb

#d750fb #fbd750 #50fbd7

Analogous Colors of #d750fb

#d750fb #fb50ca #8250fb

Monochromatic Colors of #d750fb

#d750fb

Complementary Color

#d750fb #74fb50

#d750fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d750fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d750fb Color CSS Codes

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

#d750fb Text Font Color

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

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


#d750fb Background Color

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

This div background color is #d750fb


#d750fb Border Color

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

This div border color is #d750fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d750fb


Comments

No comments written yet.

Please login to write comment.