Color Hex Logo

#b62cbd Color Hex

#B62CBD
(182,44,189)
0 Favorites   0 Comments

Color spaces of #b62cbd

RGB 18244189
HSL0.830.620.46
HSV297°77°74°
CMYK 0.040.770.00   0.26
XYZ29.377415.420649.5722
Yxy15.42060.31130.1634
Hunter Lab39.269164.8159-47.3577
CIE-Lab46.205069.9361-46.6090

#b62cbd color RGB value is (182,44,189).

#b62cbd hex color red value is 182, green value is 44 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b62cbd hue: 0.83 , saturation: 0.62 and the lightness value of b62cbd is 0.46.

The process color (four color CMYK) of #b62cbd color hex is 0.04, 0.77, 0.00, 0.26. Web safe color of #b62cbd is #cc33cc. Color #b62cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00101100 10111101
Octal 266 54 275
Decimal 182 44 189
Hex B6 2C BD

RGB Percentages of Color #b62cbd

%43.86
%10.60
%45.54

CMYK Percentages of Color #b62cbd

%4
%77
%0
%26

Triadic Colors of #b62cbd

#b62cbd #bdb62c #2cbdb6

Analogous Colors of #b62cbd

#b62cbd #bd2c7c #6e2cbd

Monochromatic Colors of #b62cbd

#b62cbd

Complementary Color

#b62cbd #33bd2c

#b62cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b62cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b62cbd Color CSS Codes

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

#b62cbd Text Font Color

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

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


#b62cbd Background Color

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

This div background color is #b62cbd


#b62cbd Border Color

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

This div border color is #b62cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b62cbd


Comments

No comments written yet.

Please login to write comment.