Color Hex Logo

#b750cb Color Hex

#B750CB
(183,80,203)
0 Favorites   0 Comments

Color spaces of #b750cb

RGB 18380203
HSL0.810.540.55
HSV290°61°80°
CMYK 0.100.610.00   0.20
XYZ33.176620.116458.6342
Yxy20.11640.29640.1797
Hunter Lab44.851353.5470-46.1140
CIE-Lab51.968659.0795-45.5276

#b750cb color RGB value is (183,80,203).

#b750cb hex color red value is 183, green value is 80 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b750cb hue: 0.81 , saturation: 0.54 and the lightness value of b750cb is 0.55.

The process color (four color CMYK) of #b750cb color hex is 0.10, 0.61, 0.00, 0.20. Web safe color of #b750cb is #cc66cc. Color #b750cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010000 11001011
Octal 267 120 313
Decimal 183 80 203
Hex B7 50 CB

RGB Percentages of Color #b750cb

%39.27
%17.17
%43.56

CMYK Percentages of Color #b750cb

%10
%61
%0
%20

Triadic Colors of #b750cb

#b750cb #cbb750 #50cbb7

Analogous Colors of #b750cb

#b750cb #cb50a2 #7a50cb

Monochromatic Colors of #b750cb

#b750cb

Complementary Color

#b750cb #64cb50

#b750cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b750cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b750cb Color CSS Codes

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

#b750cb Text Font Color

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

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


#b750cb Background Color

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

This div background color is #b750cb


#b750cb Border Color

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

This div border color is #b750cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b750cb


Comments

No comments written yet.

Please login to write comment.