Color Hex Logo

#b968ea Color Hex

#B968EA
(185,104,234)
0 Favorites   0 Comments

Color spaces of #b968ea

RGB 185104234
HSL0.770.760.66
HSV277°56°92°
CMYK 0.210.560.00   0.08
XYZ39.809226.155480.7922
Yxy26.15540.27130.1782
Hunter Lab51.142449.4453-57.8638
CIE-Lab58.184354.3379-53.1605

#b968ea color RGB value is (185,104,234).

#b968ea hex color red value is 185, green value is 104 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b968ea hue: 0.77 , saturation: 0.76 and the lightness value of b968ea is 0.66.

The process color (four color CMYK) of #b968ea color hex is 0.21, 0.56, 0.00, 0.08. Web safe color of #b968ea is #cc66ff. Color #b968ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101000 11101010
Octal 271 150 352
Decimal 185 104 234
Hex B9 68 EA

RGB Percentages of Color #b968ea

%35.37
%19.89
%44.74

CMYK Percentages of Color #b968ea

%21
%56
%0
%8

Triadic Colors of #b968ea

#b968ea #eab968 #68eab9

Analogous Colors of #b968ea

#b968ea #ea68da #7868ea

Monochromatic Colors of #b968ea

#b968ea

Complementary Color

#b968ea #99ea68

#b968ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b968ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b968ea Color CSS Codes

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

#b968ea Text Font Color

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

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


#b968ea Background Color

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

This div background color is #b968ea


#b968ea Border Color

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

This div border color is #b968ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,104,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b968ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b968ea;
  -webkit-box-shadow: 1px 1px 3px 2px #b968ea;
  box-shadow:         1px 1px 3px 2px #b968ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,104,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b968ea


Comments

No comments written yet.

Please login to write comment.