Color Hex Logo

#b750cc Color Hex

#B750CC
(183,80,204)
0 Favorites   0 Comments

Color spaces of #b750cc

RGB 18380204
HSL0.810.550.56
HSV290°61°80°
CMYK 0.100.610.00   0.20
XYZ33.296220.164259.2639
Yxy20.16420.29540.1789
Hunter Lab44.904653.7726-46.8162
CIE-Lab52.022459.2701-46.0153

#b750cc color RGB value is (183,80,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010000 11001100
Octal 267 120 314
Decimal 183 80 204
Hex B7 50 CC

RGB Percentages of Color #b750cc

%39.19
%17.13
%43.68

CMYK Percentages of Color #b750cc

%10
%61
%0
%20

Triadic Colors of #b750cc

#b750cc #ccb750 #50ccb7

Analogous Colors of #b750cc

#b750cc #cc50a3 #7950cc

Monochromatic Colors of #b750cc

#b750cc

Complementary Color

#b750cc #65cc50

#b750cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b750cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b750cc Color CSS Codes

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

#b750cc Text Font Color

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

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


#b750cc Background Color

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

This div background color is #b750cc


#b750cc Border Color

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

This div border color is #b750cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b750cc


Comments

No comments written yet.

Please login to write comment.