Color Hex Logo

#b257ec Color Hex

#B257EC
(178,87,236)
0 Favorites   0 Comments

Color spaces of #b257ec

RGB 17887236
HSL0.770.800.63
HSV277°63°93°
CMYK 0.250.630.00   0.07
XYZ36.908622.337581.7231
Yxy22.33750.26180.1585
Hunter Lab47.262656.6859-69.4363
CIE-Lab54.383361.4055-60.4067

#b257ec color RGB value is (178,87,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010111 11101100
Octal 262 127 354
Decimal 178 87 236
Hex B2 57 EC

RGB Percentages of Color #b257ec

%35.53
%17.37
%47.11

CMYK Percentages of Color #b257ec

%25
%63
%0
%7

Triadic Colors of #b257ec

#b257ec #ecb257 #57ecb2

Analogous Colors of #b257ec

#b257ec #ec57dc #6857ec

Monochromatic Colors of #b257ec

#b257ec

Complementary Color

#b257ec #91ec57

#b257ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b257ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b257ec Color CSS Codes

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

#b257ec Text Font Color

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

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


#b257ec Background Color

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

This div background color is #b257ec


#b257ec Border Color

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

This div border color is #b257ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b257ec


Comments

No comments written yet.

Please login to write comment.