Color Hex Logo

#b628ce Color Hex

#B628CE
(182,40,206)
0 Favorites   0 Comments

Color spaces of #b628ce

RGB 18240206
HSL0.810.670.48
HSV291°81°81°
CMYK 0.120.810.00   0.19
XYZ31.190815.918959.8212
Yxy15.91890.29170.1489
Hunter Lab39.898569.7207-60.9666
CIE-Lab46.867973.8961-55.4125

#b628ce color RGB value is (182,40,206).

#b628ce hex color red value is 182, green value is 40 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b628ce hue: 0.81 , saturation: 0.67 and the lightness value of b628ce is 0.48.

The process color (four color CMYK) of #b628ce color hex is 0.12, 0.81, 0.00, 0.19. Web safe color of #b628ce is #cc33cc. Color #b628ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00101000 11001110
Octal 266 50 316
Decimal 182 40 206
Hex B6 28 CE

RGB Percentages of Color #b628ce

%42.52
%9.35
%48.13

CMYK Percentages of Color #b628ce

%12
%81
%0
%19

Triadic Colors of #b628ce

#b628ce #ceb628 #28ceb6

Analogous Colors of #b628ce

#b628ce #ce2893 #6328ce

Monochromatic Colors of #b628ce

#b628ce

Complementary Color

#b628ce #40ce28

#b628ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b628ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b628ce Color CSS Codes

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

#b628ce Text Font Color

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

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


#b628ce Background Color

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

This div background color is #b628ce


#b628ce Border Color

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

This div border color is #b628ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b628ce


Comments

No comments written yet.

Please login to write comment.