Color Hex Logo

#b83acd Color Hex

#B83ACD
(184,58,205)
0 Favorites   0 Comments

Color spaces of #b83acd

RGB 18458205
HSL0.810.600.52
HSV291°72°80°
CMYK 0.100.720.00   0.20
XYZ32.299717.624259.4570
Yxy17.62420.29530.1611
Hunter Lab41.981263.8682-54.5842
CIE-Lab49.037168.5857-51.3394

#b83acd color RGB value is (184,58,205).

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

The process color (four color CMYK) of #b83acd color hex is 0.10, 0.72, 0.00, 0.20. Web safe color of #b83acd is #cc33cc. Color #b83acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111010 11001101
Octal 270 72 315
Decimal 184 58 205
Hex B8 3A CD

RGB Percentages of Color #b83acd

%41.16
%12.98
%45.86

CMYK Percentages of Color #b83acd

%10
%72
%0
%20

Triadic Colors of #b83acd

#b83acd #cdb83a #3acdb8

Analogous Colors of #b83acd

#b83acd #cd3a99 #6f3acd

Monochromatic Colors of #b83acd

#b83acd

Complementary Color

#b83acd #4fcd3a

#b83acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83acd Color CSS Codes

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

#b83acd Text Font Color

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

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


#b83acd Background Color

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

This div background color is #b83acd


#b83acd Border Color

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

This div border color is #b83acd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,58,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83acd


Comments

No comments written yet.

Please login to write comment.