Color Hex Logo

#b375cd Color Hex

#B375CD
(179,117,205)
0 Favorites   0 Comments

Color spaces of #b375cd

RGB 179117205
HSL0.780.470.63
HSV282°43°80°
CMYK 0.130.430.00   0.20
XYZ35.971126.714161.0181
Yxy26.71410.29080.2160
Hunter Lab51.685733.7787-33.8155
CIE-Lab58.708839.6461-36.0825

#b375cd color RGB value is (179,117,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110101 11001101
Octal 263 165 315
Decimal 179 117 205
Hex B3 75 CD

RGB Percentages of Color #b375cd

%35.73
%23.35
%40.92

CMYK Percentages of Color #b375cd

%13
%43
%0
%20

Triadic Colors of #b375cd

#b375cd #cdb375 #75cdb3

Analogous Colors of #b375cd

#b375cd #cd75bb #8775cd

Monochromatic Colors of #b375cd

#b375cd

Complementary Color

#b375cd #8fcd75

#b375cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b375cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b375cd Color CSS Codes

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

#b375cd Text Font Color

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

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


#b375cd Background Color

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

This div background color is #b375cd


#b375cd Border Color

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

This div border color is #b375cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,117,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b375cd


Comments

No comments written yet.

Please login to write comment.