Color Hex Logo

#b255cc Color Hex

#B255CC
(178,85,204)
0 Favorites   0 Comments

Color spaces of #b255cc

RGB 17885204
HSL0.800.540.57
HSV287°58°80°
CMYK 0.130.580.00   0.20
XYZ32.507720.321659.3359
Yxy20.32160.28980.1812
Hunter Lab45.079549.8307-46.4849
CIE-Lab52.198955.7046-45.7770

#b255cc color RGB value is (178,85,204).

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

The process color (four color CMYK) of #b255cc color hex is 0.13, 0.58, 0.00, 0.20. Web safe color of #b255cc is #9966cc. Color #b255cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010101 11001100
Octal 262 125 314
Decimal 178 85 204
Hex B2 55 CC

RGB Percentages of Color #b255cc

%38.12
%18.20
%43.68

CMYK Percentages of Color #b255cc

%13
%58
%0
%20

Triadic Colors of #b255cc

#b255cc #ccb255 #55ccb2

Analogous Colors of #b255cc

#b255cc #cc55ab #7755cc

Monochromatic Colors of #b255cc

#b255cc

Complementary Color

#b255cc #6fcc55

#b255cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b255cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b255cc Color CSS Codes

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

#b255cc Text Font Color

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

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


#b255cc Background Color

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

This div background color is #b255cc


#b255cc Border Color

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

This div border color is #b255cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b255cc


Comments

No comments written yet.

Please login to write comment.