Color Hex Logo

#b275cc Color Hex

#B275CC
(178,117,204)
0 Favorites   0 Comments

Color spaces of #b275cc

RGB 178117204
HSL0.780.460.63
HSV282°43°80°
CMYK 0.130.430.00   0.20
XYZ35.620526.547260.3735
Yxy26.54720.29070.2166
Hunter Lab51.524033.2369-33.4066
CIE-Lab58.552839.1393-35.7686

#b275cc color RGB value is (178,117,204).

#b275cc hex color red value is 178, green value is 117 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b275cc hue: 0.78 , saturation: 0.46 and the lightness value of b275cc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110101 11001100
Octal 262 165 314
Decimal 178 117 204
Hex B2 75 CC

RGB Percentages of Color #b275cc

%35.67
%23.45
%40.88

CMYK Percentages of Color #b275cc

%13
%43
%0
%20

Triadic Colors of #b275cc

#b275cc #ccb275 #75ccb2

Analogous Colors of #b275cc

#b275cc #cc75bb #8775cc

Monochromatic Colors of #b275cc

#b275cc

Complementary Color

#b275cc #8fcc75

#b275cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b275cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b275cc Color CSS Codes

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

#b275cc Text Font Color

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

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


#b275cc Background Color

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

This div background color is #b275cc


#b275cc Border Color

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

This div border color is #b275cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b275cc


Comments

No comments written yet.

Please login to write comment.