Color Hex Logo

#b765fd Color Hex

#B765FD
(183,101,253)
0 Favorites   0 Comments

Color spaces of #b765fd

RGB 183101253
HSL0.760.970.69
HSV272°60°99°
CMYK 0.280.600.00   0.01
XYZ41.911726.466595.8281
Yxy26.46650.25520.1612
Hunter Lab51.445655.3906-74.4280
CIE-Lab58.477259.5484-63.2552

#b765fd color RGB value is (183,101,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100101 11111101
Octal 267 145 375
Decimal 183 101 253
Hex B7 65 FD

RGB Percentages of Color #b765fd

%34.08
%18.81
%47.11

CMYK Percentages of Color #b765fd

%28
%60
%0
%1

Triadic Colors of #b765fd

#b765fd #fdb765 #65fdb7

Analogous Colors of #b765fd

#b765fd #fd65f7 #6b65fd

Monochromatic Colors of #b765fd

#b765fd

Complementary Color

#b765fd #abfd65

#b765fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b765fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b765fd Color CSS Codes

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

#b765fd Text Font Color

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

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


#b765fd Background Color

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

This div background color is #b765fd


#b765fd Border Color

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

This div border color is #b765fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b765fd


Comments

No comments written yet.

Please login to write comment.