Color Hex Logo

#b750df Color Hex

#B750DF
(183,80,223)
0 Favorites   0 Comments

Color spaces of #b750df

RGB 18380223
HSL0.790.690.59
HSV283°64°87°
CMYK 0.180.640.00   0.13
XYZ35.716421.132372.0085
Yxy21.13230.27720.1640
Hunter Lab45.969958.2387-60.6946
CIE-Lab53.094062.9921-55.1218

#b750df color RGB value is (183,80,223).

#b750df hex color red value is 183, green value is 80 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b750df hue: 0.79 , saturation: 0.69 and the lightness value of b750df is 0.59.

The process color (four color CMYK) of #b750df color hex is 0.18, 0.64, 0.00, 0.13. Web safe color of #b750df is #cc66cc. Color #b750df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010000 11011111
Octal 267 120 337
Decimal 183 80 223
Hex B7 50 DF

RGB Percentages of Color #b750df

%37.65
%16.46
%45.88

CMYK Percentages of Color #b750df

%18
%64
%0
%13

Triadic Colors of #b750df

#b750df #dfb750 #50dfb7

Analogous Colors of #b750df

#b750df #df50c0 #7050df

Monochromatic Colors of #b750df

#b750df

Complementary Color

#b750df #78df50

#b750df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b750df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b750df Color CSS Codes

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

#b750df Text Font Color

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

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


#b750df Background Color

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

This div background color is #b750df


#b750df Border Color

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

This div border color is #b750df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,80,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b750df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b750df


Comments

No comments written yet.

Please login to write comment.