Color Hex Logo

#b635ee Color Hex

#B635EE
(182,53,238)
0 Favorites   0 Comments

Color spaces of #b635ee

RGB 18253238
HSL0.780.840.57
HSV282°78°93°
CMYK 0.240.780.00   0.07
XYZ35.997118.664382.5942
Yxy18.66430.26230.1360
Hunter Lab43.202273.1266-83.1094
CIE-Lab50.292176.0119-68.1039

#b635ee color RGB value is (182,53,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110101 11101110
Octal 266 65 356
Decimal 182 53 238
Hex B6 35 EE

RGB Percentages of Color #b635ee

%38.48
%11.21
%50.32

CMYK Percentages of Color #b635ee

%24
%78
%0
%7

Triadic Colors of #b635ee

#b635ee #eeb635 #35eeb6

Analogous Colors of #b635ee

#b635ee #ee35ca #5a35ee

Monochromatic Colors of #b635ee

#b635ee

Complementary Color

#b635ee #6dee35

#b635ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b635ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b635ee Color CSS Codes

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

#b635ee Text Font Color

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

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


#b635ee Background Color

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

This div background color is #b635ee


#b635ee Border Color

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

This div border color is #b635ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b635ee


Comments

No comments written yet.

Please login to write comment.