Color Hex Logo

#b705e5 Color Hex

#B705E5
(183,5,229)
0 Favorites   0 Comments

Color spaces of #b705e5

RGB 1835229
HSL0.800.960.46
HSV288°98°90°
CMYK 0.200.980.00   0.10
XYZ33.725615.833075.4073
Yxy15.83300.26990.1267
Hunter Lab39.790781.6584-84.5069
CIE-Lab46.754683.4846-68.7512

#b705e5 color RGB value is (183,5,229).

#b705e5 hex color red value is 183, green value is 5 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #b705e5 hue: 0.80 , saturation: 0.96 and the lightness value of b705e5 is 0.46.

The process color (four color CMYK) of #b705e5 color hex is 0.20, 0.98, 0.00, 0.10. Web safe color of #b705e5 is #cc00cc. Color #b705e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000101 11100101
Octal 267 5 345
Decimal 183 5 229
Hex B7 5 E5

RGB Percentages of Color #b705e5

%43.88
%1.20
%54.92

CMYK Percentages of Color #b705e5

%20
%98
%0
%10

Triadic Colors of #b705e5

#b705e5 #e5b705 #05e5b7

Analogous Colors of #b705e5

#b705e5 #e505a3 #4705e5

Monochromatic Colors of #b705e5

#b705e5

Complementary Color

#b705e5 #33e505

#b705e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b705e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b705e5 Color CSS Codes

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

#b705e5 Text Font Color

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

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


#b705e5 Background Color

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

This div background color is #b705e5


#b705e5 Border Color

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

This div border color is #b705e5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,5,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b705e5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b705e5;
  -webkit-box-shadow: 1px 1px 3px 2px #b705e5;
  box-shadow:         1px 1px 3px 2px #b705e5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,5,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b705e5


Comments

No comments written yet.

Please login to write comment.