Color Hex Logo

#b25fdc Color Hex

#B25FDC
(178,95,220)
0 Favorites   0 Comments

Color spaces of #b25fdc

RGB 17895220
HSL0.780.640.62
HSV280°57°86°
CMYK 0.190.570.00   0.14
XYZ35.370622.816770.2500
Yxy22.81670.27540.1776
Hunter Lab47.766848.5845-53.7602
CIE-Lab54.883054.1125-50.6071

#b25fdc color RGB value is (178,95,220).

#b25fdc hex color red value is 178, green value is 95 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b25fdc hue: 0.78 , saturation: 0.64 and the lightness value of b25fdc is 0.62.

The process color (four color CMYK) of #b25fdc color hex is 0.19, 0.57, 0.00, 0.14. Web safe color of #b25fdc is #9966cc. Color #b25fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011111 11011100
Octal 262 137 334
Decimal 178 95 220
Hex B2 5F DC

RGB Percentages of Color #b25fdc

%36.11
%19.27
%44.62

CMYK Percentages of Color #b25fdc

%19
%57
%0
%14

Triadic Colors of #b25fdc

#b25fdc #dcb25f #5fdcb2

Analogous Colors of #b25fdc

#b25fdc #dc5fc8 #745fdc

Monochromatic Colors of #b25fdc

#b25fdc

Complementary Color

#b25fdc #89dc5f

#b25fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25fdc Color CSS Codes

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

#b25fdc Text Font Color

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

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


#b25fdc Background Color

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

This div background color is #b25fdc


#b25fdc Border Color

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

This div border color is #b25fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25fdc


Comments

No comments written yet.

Please login to write comment.