Color Hex Logo

#b626ee Color Hex

#B626EE
(182,38,238)
0 Favorites   0 Comments

Color spaces of #b626ee

RGB 18238238
HSL0.790.850.54
HSV283°84°93°
CMYK 0.240.840.00   0.07
XYZ35.417117.504482.4009
Yxy17.50440.26170.1294
Hunter Lab41.838377.8876-87.4855
CIE-Lab48.889480.1046-70.3800

#b626ee color RGB value is (182,38,238).

#b626ee hex color red value is 182, green value is 38 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b626ee hue: 0.79 , saturation: 0.85 and the lightness value of b626ee is 0.54.

The process color (four color CMYK) of #b626ee color hex is 0.24, 0.84, 0.00, 0.07. Web safe color of #b626ee is #cc33ff. Color #b626ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100110 11101110
Octal 266 46 356
Decimal 182 38 238
Hex B6 26 EE

RGB Percentages of Color #b626ee

%39.74
%8.30
%51.97

CMYK Percentages of Color #b626ee

%24
%84
%0
%7

Triadic Colors of #b626ee

#b626ee #eeb626 #26eeb6

Analogous Colors of #b626ee

#b626ee #ee26c2 #5226ee

Monochromatic Colors of #b626ee

#b626ee

Complementary Color

#b626ee #5eee26

#b626ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b626ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b626ee Color CSS Codes

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

#b626ee Text Font Color

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

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


#b626ee Background Color

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

This div background color is #b626ee


#b626ee Border Color

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

This div border color is #b626ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b626ee


Comments

No comments written yet.

Please login to write comment.