Color Hex Logo

#b845cd Color Hex

#B845CD
(184,69,205)
0 Favorites   0 Comments

Color spaces of #b845cd

RGB 18469205
HSL0.810.580.54
HSV291°66°80°
CMYK 0.100.660.00   0.20
XYZ32.914718.854459.6621
Yxy18.85440.29540.1692
Hunter Lab43.421759.3196-51.0703
CIE-Lab50.516464.4099-48.9766

#b845cd color RGB value is (184,69,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000101 11001101
Octal 270 105 315
Decimal 184 69 205
Hex B8 45 CD

RGB Percentages of Color #b845cd

%40.17
%15.07
%44.76

CMYK Percentages of Color #b845cd

%10
%66
%0
%20

Triadic Colors of #b845cd

#b845cd #cdb845 #45cdb8

Analogous Colors of #b845cd

#b845cd #cd459e #7445cd

Monochromatic Colors of #b845cd

#b845cd

Complementary Color

#b845cd #5acd45

#b845cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b845cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b845cd Color CSS Codes

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

#b845cd Text Font Color

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

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


#b845cd Background Color

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

This div background color is #b845cd


#b845cd Border Color

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

This div border color is #b845cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b845cd


Comments

No comments written yet.

Please login to write comment.