Color Hex Logo

#b02fcb Color Hex

#B02FCB
(176,47,203)
0 Favorites   0 Comments

Color spaces of #b02fcb

RGB 17647203
HSL0.800.620.49
HSV290°77°80°
CMYK 0.130.770.00   0.20
XYZ29.700515.574957.9408
Yxy15.57490.28780.1509
Hunter Lab39.465065.2712-59.4214
CIE-Lab46.411870.2796-54.4643

#b02fcb color RGB value is (176,47,203).

#b02fcb hex color red value is 176, green value is 47 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b02fcb hue: 0.80 , saturation: 0.62 and the lightness value of b02fcb is 0.49.

The process color (four color CMYK) of #b02fcb color hex is 0.13, 0.77, 0.00, 0.20. Web safe color of #b02fcb is #9933cc. Color #b02fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101111 11001011
Octal 260 57 313
Decimal 176 47 203
Hex B0 2F CB

RGB Percentages of Color #b02fcb

%41.31
%11.03
%47.65

CMYK Percentages of Color #b02fcb

%13
%77
%0
%20

Triadic Colors of #b02fcb

#b02fcb #cbb02f #2fcbb0

Analogous Colors of #b02fcb

#b02fcb #cb2f98 #622fcb

Monochromatic Colors of #b02fcb

#b02fcb

Complementary Color

#b02fcb #4acb2f

#b02fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02fcb Color CSS Codes

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

#b02fcb Text Font Color

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

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


#b02fcb Background Color

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

This div background color is #b02fcb


#b02fcb Border Color

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

This div border color is #b02fcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,47,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b02fcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b02fcb;
  -webkit-box-shadow: 1px 1px 3px 2px #b02fcb;
  box-shadow:         1px 1px 3px 2px #b02fcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,47,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02fcb


Comments

No comments written yet.

Please login to write comment.