Color Hex Logo

#b908ca Color Hex

#B908CA
(185,8,202)
0 Favorites   0 Comments

Color spaces of #b908ca

RGB 1858202
HSL0.820.920.41
HSV295°96°79°
CMYK 0.080.960.00   0.21
XYZ30.755114.752257.1036
Yxy14.75220.29970.1438
Hunter Lab38.408675.7161-61.2628
CIE-Lab45.292979.0715-55.6090

#b908ca color RGB value is (185,8,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001000 11001010
Octal 271 10 312
Decimal 185 8 202
Hex B9 8 CA

RGB Percentages of Color #b908ca

%46.84
%2.03
%51.14

CMYK Percentages of Color #b908ca

%8
%96
%0
%21

Triadic Colors of #b908ca

#b908ca #cab908 #08cab9

Analogous Colors of #b908ca

#b908ca #ca087a #5808ca

Monochromatic Colors of #b908ca

#b908ca

Complementary Color

#b908ca #19ca08

#b908ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b908ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b908ca Color CSS Codes

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

#b908ca Text Font Color

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

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


#b908ca Background Color

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

This div background color is #b908ca


#b908ca Border Color

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

This div border color is #b908ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b908ca


Comments

No comments written yet.

Please login to write comment.