Color Hex Logo

#b653fd Color Hex

#B653FD
(182,83,253)
0 Favorites   0 Comments

Color spaces of #b653fd

RGB 18283253
HSL0.760.980.66
HSV275°67°99°
CMYK 0.280.670.00   0.01
XYZ40.114323.223495.2968
Yxy23.22340.25290.1464
Hunter Lab48.190764.2512-83.5122
CIE-Lab55.301767.7160-68.3753

#b653fd color RGB value is (182,83,253).

#b653fd hex color red value is 182, green value is 83 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b653fd hue: 0.76 , saturation: 0.98 and the lightness value of b653fd is 0.66.

The process color (four color CMYK) of #b653fd color hex is 0.28, 0.67, 0.00, 0.01. Web safe color of #b653fd is #cc66ff. Color #b653fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010011 11111101
Octal 266 123 375
Decimal 182 83 253
Hex B6 53 FD

RGB Percentages of Color #b653fd

%35.14
%16.02
%48.84

CMYK Percentages of Color #b653fd

%28
%67
%0
%1

Triadic Colors of #b653fd

#b653fd #fdb653 #53fdb6

Analogous Colors of #b653fd

#b653fd #fd53ef #6153fd

Monochromatic Colors of #b653fd

#b653fd

Complementary Color

#b653fd #9afd53

#b653fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b653fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b653fd Color CSS Codes

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

#b653fd Text Font Color

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

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


#b653fd Background Color

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

This div background color is #b653fd


#b653fd Border Color

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

This div border color is #b653fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b653fd


Comments

No comments written yet.

Please login to write comment.