Color Hex Logo

#b25fc5 Color Hex

#B25FC5
(178,95,197)
0 Favorites   0 Comments

Color spaces of #b25fc5

RGB 17895197
HSL0.800.470.57
HSV289°52°77°
CMYK 0.100.520.00   0.23
XYZ32.530421.680655.2936
Yxy21.68060.29710.1980
Hunter Lab46.562443.2231-37.8141
CIE-Lab53.686549.3740-39.4149

#b25fc5 color RGB value is (178,95,197).

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

The process color (four color CMYK) of #b25fc5 color hex is 0.10, 0.52, 0.00, 0.23. Web safe color of #b25fc5 is #9966cc. Color #b25fc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011111 11000101
Octal 262 137 305
Decimal 178 95 197
Hex B2 5F C5

RGB Percentages of Color #b25fc5

%37.87
%20.21
%41.91

CMYK Percentages of Color #b25fc5

%10
%52
%0
%23

Triadic Colors of #b25fc5

#b25fc5 #c5b25f #5fc5b2

Analogous Colors of #b25fc5

#b25fc5 #c55fa5 #7f5fc5

Monochromatic Colors of #b25fc5

#b25fc5

Complementary Color

#b25fc5 #72c55f

#b25fc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25fc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25fc5 Color CSS Codes

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

#b25fc5 Text Font Color

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

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


#b25fc5 Background Color

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

This div background color is #b25fc5


#b25fc5 Border Color

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

This div border color is #b25fc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25fc5


Comments

No comments written yet.

Please login to write comment.