Color Hex Logo

#b83fca Color Hex

#B83FCA
(184,63,202)
0 Favorites   0 Comments

Color spaces of #b83fca

RGB 18463202
HSL0.810.570.52
HSV292°69°79°
CMYK 0.090.690.00   0.21
XYZ32.205318.009657.6559
Yxy18.00960.29860.1670
Hunter Lab42.437761.1948-50.8450
CIE-Lab49.507766.2168-48.8603

#b83fca color RGB value is (184,63,202).

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

The process color (four color CMYK) of #b83fca color hex is 0.09, 0.69, 0.00, 0.21. Web safe color of #b83fca is #cc33cc. Color #b83fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111111 11001010
Octal 270 77 312
Decimal 184 63 202
Hex B8 3F CA

RGB Percentages of Color #b83fca

%40.98
%14.03
%44.99

CMYK Percentages of Color #b83fca

%9
%69
%0
%21

Triadic Colors of #b83fca

#b83fca #cab83f #3fcab8

Analogous Colors of #b83fca

#b83fca #ca3f97 #733fca

Monochromatic Colors of #b83fca

#b83fca

Complementary Color

#b83fca #51ca3f

#b83fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83fca Color CSS Codes

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

#b83fca Text Font Color

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

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


#b83fca Background Color

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

This div background color is #b83fca


#b83fca Border Color

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

This div border color is #b83fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83fca


Comments

No comments written yet.

Please login to write comment.