Color Hex Logo

#b252ce Color Hex

#B252CE
(178,82,206)
0 Favorites   0 Comments

Color spaces of #b252ce

RGB 17882206
HSL0.800.560.56
HSV286°60°81°
CMYK 0.140.600.00   0.19
XYZ32.518019.955860.5305
Yxy19.95580.28780.1766
Hunter Lab44.671951.7595-49.0677
CIE-Lab51.787257.5161-47.5758

#b252ce color RGB value is (178,82,206).

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

The process color (four color CMYK) of #b252ce color hex is 0.14, 0.60, 0.00, 0.19. Web safe color of #b252ce is #9966cc. Color #b252ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010010 11001110
Octal 262 122 316
Decimal 178 82 206
Hex B2 52 CE

RGB Percentages of Color #b252ce

%38.20
%17.60
%44.21

CMYK Percentages of Color #b252ce

%14
%60
%0
%19

Triadic Colors of #b252ce

#b252ce #ceb252 #52ceb2

Analogous Colors of #b252ce

#b252ce #ce52ac #7452ce

Monochromatic Colors of #b252ce

#b252ce

Complementary Color

#b252ce #6ece52

#b252ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b252ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b252ce Color CSS Codes

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

#b252ce Text Font Color

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

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


#b252ce Background Color

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

This div background color is #b252ce


#b252ce Border Color

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

This div border color is #b252ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,82,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b252ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b252ce


Comments

No comments written yet.

Please login to write comment.