Color Hex Logo

#b475cf Color Hex

#B475CF
(180,117,207)
0 Favorites   0 Comments

Color spaces of #b475cf

RGB 180117207
HSL0.780.480.64
HSV282°43°81°
CMYK 0.130.430.00   0.19
XYZ36.446226.930962.3087
Yxy26.93090.29000.2143
Hunter Lab51.895034.5455-34.8612
CIE-Lab58.910340.3627-36.8894

#b475cf color RGB value is (180,117,207).

#b475cf hex color red value is 180, green value is 117 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b475cf hue: 0.78 , saturation: 0.48 and the lightness value of b475cf is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110101 11001111
Octal 264 165 317
Decimal 180 117 207
Hex B4 75 CF

RGB Percentages of Color #b475cf

%35.71
%23.21
%41.07

CMYK Percentages of Color #b475cf

%13
%43
%0
%19

Triadic Colors of #b475cf

#b475cf #cfb475 #75cfb4

Analogous Colors of #b475cf

#b475cf #cf75bd #8775cf

Monochromatic Colors of #b475cf

#b475cf

Complementary Color

#b475cf #90cf75

#b475cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b475cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b475cf Color CSS Codes

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

#b475cf Text Font Color

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

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


#b475cf Background Color

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

This div background color is #b475cf


#b475cf Border Color

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

This div border color is #b475cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b475cf


Comments

No comments written yet.

Please login to write comment.