Color Hex Logo

#b852cd Color Hex

#B852CD
(184,82,205)
0 Favorites   0 Comments

Color spaces of #b852cd

RGB 18482205
HSL0.800.550.56
HSV290°60°80°
CMYK 0.100.600.00   0.20
XYZ33.803920.632759.9585
Yxy20.63270.29550.1804
Hunter Lab45.423253.3488-46.4663
CIE-Lab52.545158.7992-45.7494

#b852cd color RGB value is (184,82,205).

#b852cd hex color red value is 184, green value is 82 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b852cd hue: 0.80 , saturation: 0.55 and the lightness value of b852cd is 0.56.

The process color (four color CMYK) of #b852cd color hex is 0.10, 0.60, 0.00, 0.20. Web safe color of #b852cd is #cc66cc. Color #b852cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010010 11001101
Octal 270 122 315
Decimal 184 82 205
Hex B8 52 CD

RGB Percentages of Color #b852cd

%39.07
%17.41
%43.52

CMYK Percentages of Color #b852cd

%10
%60
%0
%20

Triadic Colors of #b852cd

#b852cd #cdb852 #52cdb8

Analogous Colors of #b852cd

#b852cd #cd52a5 #7b52cd

Monochromatic Colors of #b852cd

#b852cd

Complementary Color

#b852cd #67cd52

#b852cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b852cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b852cd Color CSS Codes

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

#b852cd Text Font Color

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

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


#b852cd Background Color

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

This div background color is #b852cd


#b852cd Border Color

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

This div border color is #b852cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b852cd


Comments

No comments written yet.

Please login to write comment.