Color Hex Logo

#b675ca Color Hex

#B675CA
(182,117,202)
0 Favorites   0 Comments

Color spaces of #b675ca

RGB 182117202
HSL0.790.450.63
HSV286°42°79°
CMYK 0.100.420.00   0.21
XYZ36.313426.931959.1616
Yxy26.93190.29670.2200
Hunter Lab51.896034.0847-31.2637
CIE-Lab58.911239.9169-34.0439

#b675ca color RGB value is (182,117,202).

#b675ca hex color red value is 182, green value is 117 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b675ca hue: 0.79 , saturation: 0.45 and the lightness value of b675ca is 0.63.

The process color (four color CMYK) of #b675ca color hex is 0.10, 0.42, 0.00, 0.21. Web safe color of #b675ca is #cc66cc. Color #b675ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110101 11001010
Octal 266 165 312
Decimal 182 117 202
Hex B6 75 CA

RGB Percentages of Color #b675ca

%36.33
%23.35
%40.32

CMYK Percentages of Color #b675ca

%10
%42
%0
%21

Triadic Colors of #b675ca

#b675ca #cab675 #75cab6

Analogous Colors of #b675ca

#b675ca #ca75b4 #8c75ca

Monochromatic Colors of #b675ca

#b675ca

Complementary Color

#b675ca #89ca75

#b675ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b675ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b675ca Color CSS Codes

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

#b675ca Text Font Color

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

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


#b675ca Background Color

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

This div background color is #b675ca


#b675ca Border Color

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

This div border color is #b675ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b675ca


Comments

No comments written yet.

Please login to write comment.