Color Hex Logo

#b755cc Color Hex

#B755CC
(183,85,204)
0 Favorites   0 Comments

Color spaces of #b755cc

RGB 18385204
HSL0.800.540.57
HSV289°58°80°
CMYK 0.100.580.00   0.20
XYZ33.676020.923959.3905
Yxy20.92390.29540.1836
Hunter Lab45.742651.3631-44.9600
CIE-Lab52.866156.9684-44.6767

#b755cc color RGB value is (183,85,204).

#b755cc hex color red value is 183, green value is 85 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b755cc hue: 0.80 , saturation: 0.54 and the lightness value of b755cc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010101 11001100
Octal 267 125 314
Decimal 183 85 204
Hex B7 55 CC

RGB Percentages of Color #b755cc

%38.77
%18.01
%43.22

CMYK Percentages of Color #b755cc

%10
%58
%0
%20

Triadic Colors of #b755cc

#b755cc #ccb755 #55ccb7

Analogous Colors of #b755cc

#b755cc #cc55a6 #7c55cc

Monochromatic Colors of #b755cc

#b755cc

Complementary Color

#b755cc #6acc55

#b755cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b755cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b755cc Color CSS Codes

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

#b755cc Text Font Color

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

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


#b755cc Background Color

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

This div background color is #b755cc


#b755cc Border Color

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

This div border color is #b755cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b755cc


Comments

No comments written yet.

Please login to write comment.