Color Hex Logo

#b65fdf Color Hex

#B65FDF
(182,95,223)
0 Favorites   0 Comments

Color spaces of #b65fdf

RGB 18295223
HSL0.780.670.62
HSV281°57°87°
CMYK 0.180.570.00   0.13
XYZ36.702923.457272.4053
Yxy23.45720.27690.1769
Hunter Lab48.432650.5126-54.7339
CIE-Lab55.540255.7399-51.2237

#b65fdf color RGB value is (182,95,223).

#b65fdf hex color red value is 182, green value is 95 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b65fdf hue: 0.78 , saturation: 0.67 and the lightness value of b65fdf is 0.62.

The process color (four color CMYK) of #b65fdf color hex is 0.18, 0.57, 0.00, 0.13. Web safe color of #b65fdf is #cc66cc. Color #b65fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011111 11011111
Octal 266 137 337
Decimal 182 95 223
Hex B6 5F DF

RGB Percentages of Color #b65fdf

%36.40
%19.00
%44.60

CMYK Percentages of Color #b65fdf

%18
%57
%0
%13

Triadic Colors of #b65fdf

#b65fdf #dfb65f #5fdfb6

Analogous Colors of #b65fdf

#b65fdf #df5fc8 #765fdf

Monochromatic Colors of #b65fdf

#b65fdf

Complementary Color

#b65fdf #88df5f

#b65fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65fdf Color CSS Codes

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

#b65fdf Text Font Color

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

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


#b65fdf Background Color

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

This div background color is #b65fdf


#b65fdf Border Color

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

This div border color is #b65fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65fdf


Comments

No comments written yet.

Please login to write comment.