Color Hex Logo

#b25cad Color Hex

#B25CAD
(178,92,173)
0 Favorites   0 Comments

Color spaces of #b25cad

RGB 17892173
HSL0.840.360.53
HSV303°48°70°
CMYK 0.000.480.03   0.30
XYZ29.730120.136441.8549
Yxy20.13640.32410.2195
Hunter Lab44.873639.7328-23.8900
CIE-Lab51.991146.3435-28.1944

#b25cad color RGB value is (178,92,173).

#b25cad hex color red value is 178, green value is 92 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b25cad hue: 0.84 , saturation: 0.36 and the lightness value of b25cad is 0.53.

The process color (four color CMYK) of #b25cad color hex is 0.00, 0.48, 0.03, 0.30. Web safe color of #b25cad is #996699. Color #b25cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011100 10101101
Octal 262 134 255
Decimal 178 92 173
Hex B2 5C AD

RGB Percentages of Color #b25cad

%40.18
%20.77
%39.05

CMYK Percentages of Color #b25cad

%0
%48
%3
%30

Triadic Colors of #b25cad

#b25cad #adb25c #5cadb2

Analogous Colors of #b25cad

#b25cad #b25c82 #8c5cb2

Monochromatic Colors of #b25cad

#b25cad

Complementary Color

#b25cad #5cb261

#b25cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25cad Color CSS Codes

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

#b25cad Text Font Color

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

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


#b25cad Background Color

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

This div background color is #b25cad


#b25cad Border Color

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

This div border color is #b25cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25cad


Comments

No comments written yet.

Please login to write comment.