Color Hex Logo

#b750dc Color Hex

#B750DC
(183,80,220)
0 Favorites   0 Comments

Color spaces of #b750dc

RGB 18380220
HSL0.790.670.59
HSV284°64°86°
CMYK 0.170.640.00   0.14
XYZ35.315420.971969.8968
Yxy20.97190.27990.1662
Hunter Lab45.795157.5109-58.4375
CIE-Lab52.918762.3921-53.7037

#b750dc color RGB value is (183,80,220).

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

The process color (four color CMYK) of #b750dc color hex is 0.17, 0.64, 0.00, 0.14. Web safe color of #b750dc is #cc66cc. Color #b750dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010000 11011100
Octal 267 120 334
Decimal 183 80 220
Hex B7 50 DC

RGB Percentages of Color #b750dc

%37.89
%16.56
%45.55

CMYK Percentages of Color #b750dc

%17
%64
%0
%14

Triadic Colors of #b750dc

#b750dc #dcb750 #50dcb7

Analogous Colors of #b750dc

#b750dc #dc50bb #7150dc

Monochromatic Colors of #b750dc

#b750dc

Complementary Color

#b750dc #75dc50

#b750dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b750dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b750dc Color CSS Codes

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

#b750dc Text Font Color

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

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


#b750dc Background Color

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

This div background color is #b750dc


#b750dc Border Color

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

This div border color is #b750dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b750dc


Comments

No comments written yet.

Please login to write comment.