Color Hex Logo

#b55ccf Color Hex

#B55CCF
(181,92,207)
0 Favorites   0 Comments

Color spaces of #b55ccf

RGB 18192207
HSL0.800.550.59
HSV286°56°81°
CMYK 0.130.560.00   0.19
XYZ34.145721.983061.4750
Yxy21.98300.29030.1869
Hunter Lab46.886047.9457-44.9183
CIE-Lab54.009053.6796-44.5961

#b55ccf color RGB value is (181,92,207).

#b55ccf hex color red value is 181, green value is 92 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b55ccf hue: 0.80 , saturation: 0.55 and the lightness value of b55ccf is 0.59.

The process color (four color CMYK) of #b55ccf color hex is 0.13, 0.56, 0.00, 0.19. Web safe color of #b55ccf is #cc66cc. Color #b55ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011100 11001111
Octal 265 134 317
Decimal 181 92 207
Hex B5 5C CF

RGB Percentages of Color #b55ccf

%37.71
%19.17
%43.13

CMYK Percentages of Color #b55ccf

%13
%56
%0
%19

Triadic Colors of #b55ccf

#b55ccf #cfb55c #5ccfb5

Analogous Colors of #b55ccf

#b55ccf #cf5cb0 #7c5ccf

Monochromatic Colors of #b55ccf

#b55ccf

Complementary Color

#b55ccf #76cf5c

#b55ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55ccf Color CSS Codes

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

#b55ccf Text Font Color

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

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


#b55ccf Background Color

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

This div background color is #b55ccf


#b55ccf Border Color

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

This div border color is #b55ccf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,92,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b55ccf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b55ccf;
  -webkit-box-shadow: 1px 1px 3px 2px #b55ccf;
  box-shadow:         1px 1px 3px 2px #b55ccf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,92,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55ccf


Comments

No comments written yet.

Please login to write comment.