Color Hex Logo

#b252ed Color Hex

#B252ED
(178,82,237)
0 Favorites   0 Comments

Color spaces of #b252ed

RGB 17882237
HSL0.770.810.63
HSV277°65°93°
CMYK 0.250.650.00   0.07
XYZ36.663521.614082.3603
Yxy21.61400.26070.1537
Hunter Lab46.490959.4092-72.4909
CIE-Lab53.615063.9076-62.2024

#b252ed color RGB value is (178,82,237).

#b252ed hex color red value is 178, green value is 82 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b252ed hue: 0.77 , saturation: 0.81 and the lightness value of b252ed is 0.63.

The process color (four color CMYK) of #b252ed color hex is 0.25, 0.65, 0.00, 0.07. Web safe color of #b252ed is #9966ff. Color #b252ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010010 11101101
Octal 262 122 355
Decimal 178 82 237
Hex B2 52 ED

RGB Percentages of Color #b252ed

%35.81
%16.50
%47.69

CMYK Percentages of Color #b252ed

%25
%65
%0
%7

Triadic Colors of #b252ed

#b252ed #edb252 #52edb2

Analogous Colors of #b252ed

#b252ed #ed52db #6552ed

Monochromatic Colors of #b252ed

#b252ed

Complementary Color

#b252ed #8ded52

#b252ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b252ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b252ed Color CSS Codes

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

#b252ed Text Font Color

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

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


#b252ed Background Color

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

This div background color is #b252ed


#b252ed Border Color

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

This div border color is #b252ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b252ed


Comments

No comments written yet.

Please login to write comment.