Color Hex Logo

#b25dec Color Hex

#B25DEC
(178,93,236)
0 Favorites   0 Comments

Color spaces of #b25dec

RGB 17893236
HSL0.770.790.65
HSV276°61°93°
CMYK 0.250.610.00   0.07
XYZ37.414823.349881.8919
Yxy23.34980.26230.1637
Hunter Lab48.321653.6473-66.6551
CIE-Lab55.430858.5503-58.7256

#b25dec color RGB value is (178,93,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011101 11101100
Octal 262 135 354
Decimal 178 93 236
Hex B2 5D EC

RGB Percentages of Color #b25dec

%35.11
%18.34
%46.55

CMYK Percentages of Color #b25dec

%25
%61
%0
%7

Triadic Colors of #b25dec

#b25dec #ecb25d #5decb2

Analogous Colors of #b25dec

#b25dec #ec5ddf #6b5dec

Monochromatic Colors of #b25dec

#b25dec

Complementary Color

#b25dec #97ec5d

#b25dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25dec Color CSS Codes

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

#b25dec Text Font Color

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

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


#b25dec Background Color

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

This div background color is #b25dec


#b25dec Border Color

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

This div border color is #b25dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25dec


Comments

No comments written yet.

Please login to write comment.