Color Hex Logo

#b445cd Color Hex

#B445CD
(180,69,205)
0 Favorites   0 Comments

Color spaces of #b445cd

RGB 18069205
HSL0.800.580.54
HSV289°66°80°
CMYK 0.120.660.00   0.20
XYZ31.970018.367359.6179
Yxy18.36730.29080.1670
Hunter Lab42.857158.1553-52.4775
CIE-Lab49.938663.5086-49.9324

#b445cd color RGB value is (180,69,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000101 11001101
Octal 264 105 315
Decimal 180 69 205
Hex B4 45 CD

RGB Percentages of Color #b445cd

%39.65
%15.20
%45.15

CMYK Percentages of Color #b445cd

%12
%66
%0
%20

Triadic Colors of #b445cd

#b445cd #cdb445 #45cdb4

Analogous Colors of #b445cd

#b445cd #cd45a2 #7045cd

Monochromatic Colors of #b445cd

#b445cd

Complementary Color

#b445cd #5ecd45

#b445cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b445cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b445cd Color CSS Codes

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

#b445cd Text Font Color

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

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


#b445cd Background Color

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

This div background color is #b445cd


#b445cd Border Color

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

This div border color is #b445cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b445cd


Comments

No comments written yet.

Please login to write comment.