Color Hex Logo

#b25cee Color Hex

#B25CEE
(178,92,238)
0 Favorites   0 Comments

Color spaces of #b25cee

RGB 17892238
HSL0.760.810.65
HSV275°61°93°
CMYK 0.250.610.00   0.07
XYZ37.619923.292383.4020
Yxy23.29230.26070.1614
Hunter Lab48.262154.6806-68.6759
CIE-Lab55.372259.4716-59.9380

#b25cee color RGB value is (178,92,238).

#b25cee hex color red value is 178, green value is 92 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b25cee hue: 0.76 , saturation: 0.81 and the lightness value of b25cee is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011100 11101110
Octal 262 134 356
Decimal 178 92 238
Hex B2 5C EE

RGB Percentages of Color #b25cee

%35.04
%18.11
%46.85

CMYK Percentages of Color #b25cee

%25
%61
%0
%7

Triadic Colors of #b25cee

#b25cee #eeb25c #5ceeb2

Analogous Colors of #b25cee

#b25cee #ee5ce1 #695cee

Monochromatic Colors of #b25cee

#b25cee

Complementary Color

#b25cee #98ee5c

#b25cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25cee Color CSS Codes

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

#b25cee Text Font Color

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

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


#b25cee Background Color

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

This div background color is #b25cee


#b25cee Border Color

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

This div border color is #b25cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25cee


Comments

No comments written yet.

Please login to write comment.