Color Hex Logo

#b383ca Color Hex

#B383CA
(179,131,202)
0 Favorites   0 Comments

Color spaces of #b383ca

RGB 179131202
HSL0.780.400.65
HSV281°35°79°
CMYK 0.110.350.00   0.21
XYZ37.367430.080659.7138
Yxy30.08060.29390.2366
Hunter Lab54.845825.6351-26.1604
CIE-Lab61.723731.2710-29.7010

#b383ca color RGB value is (179,131,202).

#b383ca hex color red value is 179, green value is 131 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b383ca hue: 0.78 , saturation: 0.40 and the lightness value of b383ca is 0.65.

The process color (four color CMYK) of #b383ca color hex is 0.11, 0.35, 0.00, 0.21. Web safe color of #b383ca is #cc99cc. Color #b383ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000011 11001010
Octal 263 203 312
Decimal 179 131 202
Hex B3 83 CA

RGB Percentages of Color #b383ca

%34.96
%25.59
%39.45

CMYK Percentages of Color #b383ca

%11
%35
%0
%21

Triadic Colors of #b383ca

#b383ca #cab383 #83cab3

Analogous Colors of #b383ca

#b383ca #ca83be #9083ca

Monochromatic Colors of #b383ca

#b383ca

Complementary Color

#b383ca #9aca83

#b383ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b383ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b383ca Color CSS Codes

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

#b383ca Text Font Color

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

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


#b383ca Background Color

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

This div background color is #b383ca


#b383ca Border Color

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

This div border color is #b383ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b383ca


Comments

No comments written yet.

Please login to write comment.