Color Hex Logo

#b65fce Color Hex

#B65FCE
(182,95,206)
0 Favorites   0 Comments

Color spaces of #b65fce

RGB 18295206
HSL0.800.530.59
HSV287°54°81°
CMYK 0.120.540.00   0.19
XYZ34.524222.585760.9324
Yxy22.58570.29250.1913
Hunter Lab47.524446.5039-42.7503
CIE-Lab54.643052.2552-43.0152

#b65fce color RGB value is (182,95,206).

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

The process color (four color CMYK) of #b65fce color hex is 0.12, 0.54, 0.00, 0.19. Web safe color of #b65fce is #cc66cc. Color #b65fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011111 11001110
Octal 266 137 316
Decimal 182 95 206
Hex B6 5F CE

RGB Percentages of Color #b65fce

%37.68
%19.67
%42.65

CMYK Percentages of Color #b65fce

%12
%54
%0
%19

Triadic Colors of #b65fce

#b65fce #ceb65f #5fceb6

Analogous Colors of #b65fce

#b65fce #ce5faf #7f5fce

Monochromatic Colors of #b65fce

#b65fce

Complementary Color

#b65fce #77ce5f

#b65fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65fce Color CSS Codes

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

#b65fce Text Font Color

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

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


#b65fce Background Color

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

This div background color is #b65fce


#b65fce Border Color

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

This div border color is #b65fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65fce


Comments

No comments written yet.

Please login to write comment.