Color Hex Logo

#b259ca Color Hex

#B259CA
(178,89,202)
0 Favorites   0 Comments

Color spaces of #b259ca

RGB 17889202
HSL0.800.520.57
HSV287°56°79°
CMYK 0.120.560.00   0.21
XYZ32.593120.874058.1884
Yxy20.87400.29190.1870
Hunter Lab45.688147.3848-43.5302
CIE-Lab52.811353.3708-43.6611

#b259ca color RGB value is (178,89,202).

#b259ca hex color red value is 178, green value is 89 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b259ca hue: 0.80 , saturation: 0.52 and the lightness value of b259ca is 0.57.

The process color (four color CMYK) of #b259ca color hex is 0.12, 0.56, 0.00, 0.21. Web safe color of #b259ca is #9966cc. Color #b259ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011001 11001010
Octal 262 131 312
Decimal 178 89 202
Hex B2 59 CA

RGB Percentages of Color #b259ca

%37.95
%18.98
%43.07

CMYK Percentages of Color #b259ca

%12
%56
%0
%21

Triadic Colors of #b259ca

#b259ca #cab259 #59cab2

Analogous Colors of #b259ca

#b259ca #ca59aa #7a59ca

Monochromatic Colors of #b259ca

#b259ca

Complementary Color

#b259ca #71ca59

#b259ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b259ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b259ca Color CSS Codes

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

#b259ca Text Font Color

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

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


#b259ca Background Color

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

This div background color is #b259ca


#b259ca Border Color

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

This div border color is #b259ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b259ca


Comments

No comments written yet.

Please login to write comment.