Color Hex Logo

#b906ca Color Hex

#B906CA
(185,6,202)
0 Favorites   0 Comments

Color spaces of #b906ca

RGB 1856202
HSL0.820.940.41
HSV295°97°79°
CMYK 0.080.970.00   0.21
XYZ30.733414.708857.0964
Yxy14.70880.29970.1434
Hunter Lab38.352175.9248-61.4212
CIE-Lab45.232779.2500-55.7059

#b906ca color RGB value is (185,6,202).

#b906ca hex color red value is 185, green value is 6 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b906ca hue: 0.82 , saturation: 0.94 and the lightness value of b906ca is 0.41.

The process color (four color CMYK) of #b906ca color hex is 0.08, 0.97, 0.00, 0.21. Web safe color of #b906ca is #cc00cc. Color #b906ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000110 11001010
Octal 271 6 312
Decimal 185 6 202
Hex B9 6 CA

RGB Percentages of Color #b906ca

%47.07
%1.53
%51.40

CMYK Percentages of Color #b906ca

%8
%97
%0
%21

Triadic Colors of #b906ca

#b906ca #cab906 #06cab9

Analogous Colors of #b906ca

#b906ca #ca0679 #5706ca

Monochromatic Colors of #b906ca

#b906ca

Complementary Color

#b906ca #17ca06

#b906ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b906ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b906ca Color CSS Codes

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

#b906ca Text Font Color

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

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


#b906ca Background Color

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

This div background color is #b906ca


#b906ca Border Color

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

This div border color is #b906ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b906ca


Comments

No comments written yet.

Please login to write comment.