Color Hex Logo

#b834cd Color Hex

#B834CD
(184,52,205)
0 Favorites   0 Comments

Color spaces of #b834cd

RGB 18452205
HSL0.810.600.50
HSV292°75°80°
CMYK 0.100.750.00   0.20
XYZ32.014617.054159.3620
Yxy17.05410.29530.1573
Hunter Lab41.296666.1105-56.3191
CIE-Lab48.328170.6119-52.4747

#b834cd color RGB value is (184,52,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110100 11001101
Octal 270 64 315
Decimal 184 52 205
Hex B8 34 CD

RGB Percentages of Color #b834cd

%41.72
%11.79
%46.49

CMYK Percentages of Color #b834cd

%10
%75
%0
%20

Triadic Colors of #b834cd

#b834cd #cdb834 #34cdb8

Analogous Colors of #b834cd

#b834cd #cd3496 #6c34cd

Monochromatic Colors of #b834cd

#b834cd

Complementary Color

#b834cd #49cd34

#b834cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b834cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b834cd Color CSS Codes

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

#b834cd Text Font Color

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

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


#b834cd Background Color

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

This div background color is #b834cd


#b834cd Border Color

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

This div border color is #b834cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b834cd


Comments

No comments written yet.

Please login to write comment.