Color Hex Logo

#b025ca Color Hex

#B025CA
(176,37,202)
0 Favorites   0 Comments

Color spaces of #b025ca

RGB 17637202
HSL0.810.690.47
HSV291°82°79°
CMYK 0.130.820.00   0.21
XYZ29.226714.817557.1968
Yxy14.81750.28870.1464
Hunter Lab38.493568.1648-61.1525
CIE-Lab45.383272.8991-55.5410

#b025ca color RGB value is (176,37,202).

#b025ca hex color red value is 176, green value is 37 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b025ca hue: 0.81 , saturation: 0.69 and the lightness value of b025ca is 0.47.

The process color (four color CMYK) of #b025ca color hex is 0.13, 0.82, 0.00, 0.21. Web safe color of #b025ca is #9933cc. Color #b025ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100101 11001010
Octal 260 45 312
Decimal 176 37 202
Hex B0 25 CA

RGB Percentages of Color #b025ca

%42.41
%8.92
%48.67

CMYK Percentages of Color #b025ca

%13
%82
%0
%21

Triadic Colors of #b025ca

#b025ca #cab025 #25cab0

Analogous Colors of #b025ca

#b025ca #ca2592 #5e25ca

Monochromatic Colors of #b025ca

#b025ca

Complementary Color

#b025ca #3fca25

#b025ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b025ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b025ca Color CSS Codes

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

#b025ca Text Font Color

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

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


#b025ca Background Color

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

This div background color is #b025ca


#b025ca Border Color

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

This div border color is #b025ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b025ca


Comments

No comments written yet.

Please login to write comment.