Color Hex Logo

#b826cd Color Hex

#B826CD
(184,38,205)
0 Favorites   0 Comments

Color spaces of #b826cd

RGB 18438205
HSL0.810.690.48
HSV292°81°80°
CMYK 0.100.810.00   0.20
XYZ31.479715.984459.1837
Yxy15.98440.29520.1499
Hunter Lab39.980570.5808-59.7815
CIE-Lab46.954074.5864-54.6801

#b826cd color RGB value is (184,38,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100110 11001101
Octal 270 46 315
Decimal 184 38 205
Hex B8 26 CD

RGB Percentages of Color #b826cd

%43.09
%8.90
%48.01

CMYK Percentages of Color #b826cd

%10
%81
%0
%20

Triadic Colors of #b826cd

#b826cd #cdb826 #26cdb8

Analogous Colors of #b826cd

#b826cd #cd268f #6526cd

Monochromatic Colors of #b826cd

#b826cd

Complementary Color

#b826cd #3bcd26

#b826cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b826cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b826cd Color CSS Codes

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

#b826cd Text Font Color

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

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


#b826cd Background Color

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

This div background color is #b826cd


#b826cd Border Color

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

This div border color is #b826cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b826cd


Comments

No comments written yet.

Please login to write comment.