Color Hex Logo

#b25df7 Color Hex

#B25DF7
(178,93,247)
0 Favorites   0 Comments

Color spaces of #b25df7

RGB 17893247
HSL0.760.910.67
HSV273°62°97°
CMYK 0.280.620.00   0.03
XYZ39.062924.009190.5711
Yxy24.00910.25420.1563
Hunter Lab48.999156.5548-75.2937
CIE-Lab56.096960.9827-63.7882

#b25df7 color RGB value is (178,93,247).

#b25df7 hex color red value is 178, green value is 93 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #b25df7 hue: 0.76 , saturation: 0.91 and the lightness value of b25df7 is 0.67.

The process color (four color CMYK) of #b25df7 color hex is 0.28, 0.62, 0.00, 0.03. Web safe color of #b25df7 is #9966ff. Color #b25df7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011101 11110111
Octal 262 135 367
Decimal 178 93 247
Hex B2 5D F7

RGB Percentages of Color #b25df7

%34.36
%17.95
%47.68

CMYK Percentages of Color #b25df7

%28
%62
%0
%3

Triadic Colors of #b25df7

#b25df7 #f7b25d #5df7b2

Analogous Colors of #b25df7

#b25df7 #f75def #655df7

Monochromatic Colors of #b25df7

#b25df7

Complementary Color

#b25df7 #a2f75d

#b25df7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25df7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25df7 Color CSS Codes

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

#b25df7 Text Font Color

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

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


#b25df7 Background Color

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

This div background color is #b25df7


#b25df7 Border Color

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

This div border color is #b25df7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25df7


Comments

No comments written yet.

Please login to write comment.