Color Hex Logo

#b958c8 Color Hex

#B958C8
(185,88,200)
0 Favorites   0 Comments

Color spaces of #b958c8

RGB 18588200
HSL0.810.500.56
HSV292°56°78°
CMYK 0.080.560.00   0.22
XYZ33.922621.463956.9986
Yxy21.46390.30180.1910
Hunter Lab46.329149.6232-40.5139
CIE-Lab53.453555.2980-41.4401

#b958c8 color RGB value is (185,88,200).

#b958c8 hex color red value is 185, green value is 88 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #b958c8 hue: 0.81 , saturation: 0.50 and the lightness value of b958c8 is 0.56.

The process color (four color CMYK) of #b958c8 color hex is 0.08, 0.56, 0.00, 0.22. Web safe color of #b958c8 is #cc66cc. Color #b958c8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011000 11001000
Octal 271 130 310
Decimal 185 88 200
Hex B9 58 C8

RGB Percentages of Color #b958c8

%39.11
%18.60
%42.28

CMYK Percentages of Color #b958c8

%8
%56
%0
%22

Triadic Colors of #b958c8

#b958c8 #c8b958 #58c8b9

Analogous Colors of #b958c8

#b958c8 #c8589f #8158c8

Monochromatic Colors of #b958c8

#b958c8

Complementary Color

#b958c8 #67c858

#b958c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b958c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b958c8 Color CSS Codes

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

#b958c8 Text Font Color

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

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


#b958c8 Background Color

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

This div background color is #b958c8


#b958c8 Border Color

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

This div border color is #b958c8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,88,200, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b958c8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b958c8;
  -webkit-box-shadow: 1px 1px 3px 2px #b958c8;
  box-shadow:         1px 1px 3px 2px #b958c8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,88,200, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b958c8


Comments

No comments written yet.

Please login to write comment.