Color Hex Logo

#b258ec Color Hex

#B258EC
(178,88,236)
0 Favorites   0 Comments

Color spaces of #b258ec

RGB 17888236
HSL0.770.800.64
HSV276°63°93°
CMYK 0.250.630.00   0.07
XYZ36.990122.500681.7503
Yxy22.50060.26190.1593
Hunter Lab47.434856.1851-68.9775
CIE-Lab54.554260.9372-60.1322

#b258ec color RGB value is (178,88,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011000 11101100
Octal 262 130 354
Decimal 178 88 236
Hex B2 58 EC

RGB Percentages of Color #b258ec

%35.46
%17.53
%47.01

CMYK Percentages of Color #b258ec

%25
%63
%0
%7

Triadic Colors of #b258ec

#b258ec #ecb258 #58ecb2

Analogous Colors of #b258ec

#b258ec #ec58dc #6858ec

Monochromatic Colors of #b258ec

#b258ec

Complementary Color

#b258ec #92ec58

#b258ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b258ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b258ec Color CSS Codes

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

#b258ec Text Font Color

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

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


#b258ec Background Color

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

This div background color is #b258ec


#b258ec Border Color

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

This div border color is #b258ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b258ec


Comments

No comments written yet.

Please login to write comment.