Color Hex Logo

#b65fed Color Hex

#B65FED
(182,95,237)
0 Favorites   0 Comments

Color spaces of #b65fed

RGB 18295237
HSL0.770.800.65
HSV277°60°93°
CMYK 0.230.600.00   0.07
XYZ38.669724.243982.7622
Yxy24.24390.26550.1664
Hunter Lab49.238154.0203-65.1913
CIE-Lab56.331258.7214-57.8154

#b65fed color RGB value is (182,95,237).

#b65fed hex color red value is 182, green value is 95 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b65fed hue: 0.77 , saturation: 0.80 and the lightness value of b65fed is 0.65.

The process color (four color CMYK) of #b65fed color hex is 0.23, 0.60, 0.00, 0.07. Web safe color of #b65fed is #cc66ff. Color #b65fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011111 11101101
Octal 266 137 355
Decimal 182 95 237
Hex B6 5F ED

RGB Percentages of Color #b65fed

%35.41
%18.48
%46.11

CMYK Percentages of Color #b65fed

%23
%60
%0
%7

Triadic Colors of #b65fed

#b65fed #edb65f #5fedb6

Analogous Colors of #b65fed

#b65fed #ed5fdd #6f5fed

Monochromatic Colors of #b65fed

#b65fed

Complementary Color

#b65fed #96ed5f

#b65fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65fed Color CSS Codes

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

#b65fed Text Font Color

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

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


#b65fed Background Color

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

This div background color is #b65fed


#b65fed Border Color

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

This div border color is #b65fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65fed


Comments

No comments written yet.

Please login to write comment.