Color Hex Logo

#b665fd Color Hex

#B665FD
(182,101,253)
0 Favorites   0 Comments

Color spaces of #b665fd

RGB 182101253
HSL0.760.970.69
HSV272°60°99°
CMYK 0.280.600.00   0.01
XYZ41.674726.344395.8170
Yxy26.34430.25440.1608
Hunter Lab51.326755.1113-74.7543
CIE-Lab58.362459.3245-63.4457

#b665fd color RGB value is (182,101,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100101 11111101
Octal 266 145 375
Decimal 182 101 253
Hex B6 65 FD

RGB Percentages of Color #b665fd

%33.96
%18.84
%47.20

CMYK Percentages of Color #b665fd

%28
%60
%0
%1

Triadic Colors of #b665fd

#b665fd #fdb665 #65fdb6

Analogous Colors of #b665fd

#b665fd #fd65f8 #6a65fd

Monochromatic Colors of #b665fd

#b665fd

Complementary Color

#b665fd #acfd65

#b665fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b665fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b665fd Color CSS Codes

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

#b665fd Text Font Color

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

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


#b665fd Background Color

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

This div background color is #b665fd


#b665fd Border Color

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

This div border color is #b665fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b665fd


Comments

No comments written yet.

Please login to write comment.