Color Hex Logo

#b562bc Color Hex

#B562BC
(181,98,188)
0 Favorites   0 Comments

Color spaces of #b562bc

RGB 18198188
HSL0.820.400.56
HSV295°48°74°
CMYK 0.040.480.00   0.26
XYZ32.500822.190050.1471
Yxy22.19000.31000.2117
Hunter Lab47.106340.7195-30.1429
CIE-Lab54.228046.9336-33.3686

#b562bc color RGB value is (181,98,188).

#b562bc hex color red value is 181, green value is 98 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b562bc hue: 0.82 , saturation: 0.40 and the lightness value of b562bc is 0.56.

The process color (four color CMYK) of #b562bc color hex is 0.04, 0.48, 0.00, 0.26. Web safe color of #b562bc is #cc66cc. Color #b562bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100010 10111100
Octal 265 142 274
Decimal 181 98 188
Hex B5 62 BC

RGB Percentages of Color #b562bc

%38.76
%20.99
%40.26

CMYK Percentages of Color #b562bc

%4
%48
%0
%26

Triadic Colors of #b562bc

#b562bc #bcb562 #62bcb5

Analogous Colors of #b562bc

#b562bc #bc6296 #8862bc

Monochromatic Colors of #b562bc

#b562bc

Complementary Color

#b562bc #69bc62

#b562bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b562bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b562bc Color CSS Codes

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

#b562bc Text Font Color

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

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


#b562bc Background Color

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

This div background color is #b562bc


#b562bc Border Color

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

This div border color is #b562bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,98,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b562bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b562bc;
  -webkit-box-shadow: 1px 1px 3px 2px #b562bc;
  box-shadow:         1px 1px 3px 2px #b562bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,98,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b562bc


Comments

No comments written yet.

Please login to write comment.