Color Hex Logo

#b65dfd Color Hex

#B65DFD
(182,93,253)
0 Favorites   0 Comments

Color spaces of #b65dfd

RGB 18293253
HSL0.760.980.68
HSV273°63°99°
CMYK 0.280.630.00   0.01
XYZ40.935424.865695.5705
Yxy24.86560.25370.1541
Hunter Lab49.865459.2693-78.7276
CIE-Lab56.944263.1779-65.7264

#b65dfd color RGB value is (182,93,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011101 11111101
Octal 266 135 375
Decimal 182 93 253
Hex B6 5D FD

RGB Percentages of Color #b65dfd

%34.47
%17.61
%47.92

CMYK Percentages of Color #b65dfd

%28
%63
%0
%1

Triadic Colors of #b65dfd

#b65dfd #fdb65d #5dfdb6

Analogous Colors of #b65dfd

#b65dfd #fd5df4 #665dfd

Monochromatic Colors of #b65dfd

#b65dfd

Complementary Color

#b65dfd #a4fd5d

#b65dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65dfd Color CSS Codes

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

#b65dfd Text Font Color

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

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


#b65dfd Background Color

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

This div background color is #b65dfd


#b65dfd Border Color

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

This div border color is #b65dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65dfd


Comments

No comments written yet.

Please login to write comment.