Color Hex Logo

#b952cd Color Hex

#B952CD
(185,82,205)
0 Favorites   0 Comments

Color spaces of #b952cd

RGB 18582205
HSL0.810.550.56
HSV290°60°80°
CMYK 0.100.600.00   0.20
XYZ34.044320.756759.9697
Yxy20.75670.29660.1809
Hunter Lab45.559553.6548-46.1514
CIE-Lab52.682259.0463-45.5233

#b952cd color RGB value is (185,82,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010010 11001101
Octal 271 122 315
Decimal 185 82 205
Hex B9 52 CD

RGB Percentages of Color #b952cd

%39.19
%17.37
%43.43

CMYK Percentages of Color #b952cd

%10
%60
%0
%20

Triadic Colors of #b952cd

#b952cd #cdb952 #52cdb9

Analogous Colors of #b952cd

#b952cd #cd52a4 #7c52cd

Monochromatic Colors of #b952cd

#b952cd

Complementary Color

#b952cd #66cd52

#b952cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b952cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b952cd Color CSS Codes

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

#b952cd Text Font Color

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

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


#b952cd Background Color

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

This div background color is #b952cd


#b952cd Border Color

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

This div border color is #b952cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b952cd


Comments

No comments written yet.

Please login to write comment.