Color Hex Logo

#b62dbb Color Hex

#B62DBB
(182,45,187)
0 Favorites   0 Comments

Color spaces of #b62dbb

RGB 18245187
HSL0.830.610.45
HSV298°76°73°
CMYK 0.030.760.00   0.27
XYZ29.199415.409748.4491
Yxy15.40970.31380.1656
Hunter Lab39.255264.0780-45.6976
CIE-Lab46.190369.3151-45.4634

#b62dbb color RGB value is (182,45,187).

#b62dbb hex color red value is 182, green value is 45 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b62dbb hue: 0.83 , saturation: 0.61 and the lightness value of b62dbb is 0.45.

The process color (four color CMYK) of #b62dbb color hex is 0.03, 0.76, 0.00, 0.27. Web safe color of #b62dbb is #cc33cc. Color #b62dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00101101 10111011
Octal 266 55 273
Decimal 182 45 187
Hex B6 2D BB

RGB Percentages of Color #b62dbb

%43.96
%10.87
%45.17

CMYK Percentages of Color #b62dbb

%3
%76
%0
%27

Triadic Colors of #b62dbb

#b62dbb #bbb62d #2dbbb6

Analogous Colors of #b62dbb

#b62dbb #bb2d79 #6f2dbb

Monochromatic Colors of #b62dbb

#b62dbb

Complementary Color

#b62dbb #32bb2d

#b62dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b62dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b62dbb Color CSS Codes

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

#b62dbb Text Font Color

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

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


#b62dbb Background Color

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

This div background color is #b62dbb


#b62dbb Border Color

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

This div border color is #b62dbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,45,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b62dbb


Comments

No comments written yet.

Please login to write comment.