Color Hex Logo

#b758ca Color Hex

#B758CA
(183,88,202)
0 Favorites   0 Comments

Color spaces of #b758ca

RGB 18388202
HSL0.810.520.57
HSV290°56°79°
CMYK 0.090.560.00   0.21
XYZ33.678821.311058.2155
Yxy21.31100.29750.1883
Hunter Lab46.163849.4378-42.4537
CIE-Lab53.288255.1588-42.8641

#b758ca color RGB value is (183,88,202).

#b758ca hex color red value is 183, green value is 88 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b758ca hue: 0.81 , saturation: 0.52 and the lightness value of b758ca is 0.57.

The process color (four color CMYK) of #b758ca color hex is 0.09, 0.56, 0.00, 0.21. Web safe color of #b758ca is #cc66cc. Color #b758ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011000 11001010
Octal 267 130 312
Decimal 183 88 202
Hex B7 58 CA

RGB Percentages of Color #b758ca

%38.69
%18.60
%42.71

CMYK Percentages of Color #b758ca

%9
%56
%0
%21

Triadic Colors of #b758ca

#b758ca #cab758 #58cab7

Analogous Colors of #b758ca

#b758ca #ca58a4 #7e58ca

Monochromatic Colors of #b758ca

#b758ca

Complementary Color

#b758ca #6bca58

#b758ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b758ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b758ca Color CSS Codes

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

#b758ca Text Font Color

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

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


#b758ca Background Color

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

This div background color is #b758ca


#b758ca Border Color

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

This div border color is #b758ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b758ca


Comments

No comments written yet.

Please login to write comment.