Color Hex Logo

#b043cd Color Hex

#B043CD
(176,67,205)
0 Favorites   0 Comments

Color spaces of #b043cd

RGB 17667205
HSL0.800.580.53
HSV287°67°80°
CMYK 0.140.670.00   0.20
XYZ30.931117.652259.5346
Yxy17.65220.28610.1633
Hunter Lab42.014557.8863-54.6038
CIE-Lab49.071563.4379-51.3512

#b043cd color RGB value is (176,67,205).

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

The process color (four color CMYK) of #b043cd color hex is 0.14, 0.67, 0.00, 0.20. Web safe color of #b043cd is #9933cc. Color #b043cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000011 11001101
Octal 260 103 315
Decimal 176 67 205
Hex B0 43 CD

RGB Percentages of Color #b043cd

%39.29
%14.96
%45.76

CMYK Percentages of Color #b043cd

%14
%67
%0
%20

Triadic Colors of #b043cd

#b043cd #cdb043 #43cdb0

Analogous Colors of #b043cd

#b043cd #cd43a5 #6b43cd

Monochromatic Colors of #b043cd

#b043cd

Complementary Color

#b043cd #60cd43

#b043cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b043cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b043cd Color CSS Codes

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

#b043cd Text Font Color

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

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


#b043cd Background Color

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

This div background color is #b043cd


#b043cd Border Color

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

This div border color is #b043cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b043cd


Comments

No comments written yet.

Please login to write comment.