Color Hex Logo

#b02dbc Color Hex

#B02DBC
(176,45,188)
0 Favorites   0 Comments

Color spaces of #b02dbc

RGB 17645188
HSL0.820.610.46
HSV295°76°74°
CMYK 0.060.760.00   0.26
XYZ27.920014.737748.9501
Yxy14.73770.30480.1609
Hunter Lab38.389762.6372-48.7269
CIE-Lab45.272868.2685-47.5698

#b02dbc color RGB value is (176,45,188).

#b02dbc hex color red value is 176, green value is 45 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b02dbc hue: 0.82 , saturation: 0.61 and the lightness value of b02dbc is 0.46.

The process color (four color CMYK) of #b02dbc color hex is 0.06, 0.76, 0.00, 0.26. Web safe color of #b02dbc is #9933cc. Color #b02dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101101 10111100
Octal 260 55 274
Decimal 176 45 188
Hex B0 2D BC

RGB Percentages of Color #b02dbc

%43.03
%11.00
%45.97

CMYK Percentages of Color #b02dbc

%6
%76
%0
%26

Triadic Colors of #b02dbc

#b02dbc #bcb02d #2dbcb0

Analogous Colors of #b02dbc

#b02dbc #bc2d81 #692dbc

Monochromatic Colors of #b02dbc

#b02dbc

Complementary Color

#b02dbc #39bc2d

#b02dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02dbc Color CSS Codes

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

#b02dbc Text Font Color

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

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


#b02dbc Background Color

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

This div background color is #b02dbc


#b02dbc Border Color

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

This div border color is #b02dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02dbc


Comments

No comments written yet.

Please login to write comment.