Color Hex Logo

#b065fc Color Hex

#B065FC
(176,101,252)
0 Favorites   0 Comments

Color spaces of #b065fc

RGB 176101252
HSL0.750.960.69
HSV270°60°99°
CMYK 0.300.600.00   0.01
XYZ40.128925.565794.9151
Yxy25.56570.24990.1592
Hunter Lab50.562553.1819-75.9044
CIE-Lab57.622557.7581-64.1182

#b065fc color RGB value is (176,101,252).

#b065fc hex color red value is 176, green value is 101 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b065fc hue: 0.75 , saturation: 0.96 and the lightness value of b065fc is 0.69.

The process color (four color CMYK) of #b065fc color hex is 0.30, 0.60, 0.00, 0.01. Web safe color of #b065fc is #9966ff. Color #b065fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100101 11111100
Octal 260 145 374
Decimal 176 101 252
Hex B0 65 FC

RGB Percentages of Color #b065fc

%33.27
%19.09
%47.64

CMYK Percentages of Color #b065fc

%30
%60
%0
%1

Triadic Colors of #b065fc

#b065fc #fcb065 #65fcb0

Analogous Colors of #b065fc

#b065fc #fc65fc #6566fc

Monochromatic Colors of #b065fc

#b065fc

Complementary Color

#b065fc #b1fc65

#b065fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b065fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b065fc Color CSS Codes

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

#b065fc Text Font Color

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

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


#b065fc Background Color

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

This div background color is #b065fc


#b065fc Border Color

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

This div border color is #b065fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,101,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b065fc

Related Colors


Comments

No comments written yet.

Please login to write comment.