Color Hex Logo

#b758ce Color Hex

#B758CE
(183,88,206)
0 Favorites   0 Comments

Color spaces of #b758ce

RGB 18388206
HSL0.800.550.58
HSV288°57°81°
CMYK 0.110.570.00   0.19
XYZ34.158721.503060.7426
Yxy21.50300.29340.1847
Hunter Lab46.371350.3394-45.2051
CIE-Lab53.495755.9372-44.8221

#b758ce color RGB value is (183,88,206).

#b758ce hex color red value is 183, green value is 88 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b758ce hue: 0.80 , saturation: 0.55 and the lightness value of b758ce is 0.58.

The process color (four color CMYK) of #b758ce color hex is 0.11, 0.57, 0.00, 0.19. Web safe color of #b758ce is #cc66cc. Color #b758ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011000 11001110
Octal 267 130 316
Decimal 183 88 206
Hex B7 58 CE

RGB Percentages of Color #b758ce

%38.36
%18.45
%43.19

CMYK Percentages of Color #b758ce

%11
%57
%0
%19

Triadic Colors of #b758ce

#b758ce #ceb758 #58ceb7

Analogous Colors of #b758ce

#b758ce #ce58aa #7c58ce

Monochromatic Colors of #b758ce

#b758ce

Complementary Color

#b758ce #6fce58

#b758ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b758ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b758ce Color CSS Codes

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

#b758ce Text Font Color

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

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


#b758ce Background Color

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

This div background color is #b758ce


#b758ce Border Color

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

This div border color is #b758ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,88,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 #b758ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b758ce


Comments

No comments written yet.

Please login to write comment.