Color Hex Logo

#b630ee Color Hex

#B630EE
(182,48,238)
0 Favorites   0 Comments

Color spaces of #b630ee

RGB 18248238
HSL0.780.850.56
HSV282°80°93°
CMYK 0.240.800.00   0.07
XYZ35.781018.232082.5222
Yxy18.23200.26210.1335
Hunter Lab42.698974.8568-84.6977
CIE-Lab49.776377.5099-68.9403

#b630ee color RGB value is (182,48,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110000 11101110
Octal 266 60 356
Decimal 182 48 238
Hex B6 30 EE

RGB Percentages of Color #b630ee

%38.89
%10.26
%50.85

CMYK Percentages of Color #b630ee

%24
%80
%0
%7

Triadic Colors of #b630ee

#b630ee #eeb630 #30eeb6

Analogous Colors of #b630ee

#b630ee #ee30c7 #5730ee

Monochromatic Colors of #b630ee

#b630ee

Complementary Color

#b630ee #68ee30

#b630ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b630ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b630ee Color CSS Codes

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

#b630ee Text Font Color

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

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


#b630ee Background Color

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

This div background color is #b630ee


#b630ee Border Color

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

This div border color is #b630ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b630ee


Comments

No comments written yet.

Please login to write comment.