Color Hex Logo

#b25dcf Color Hex

#B25DCF
(178,93,207)
0 Favorites   0 Comments

Color spaces of #b25dcf

RGB 17893207
HSL0.790.540.59
HSV285°55°81°
CMYK 0.140.550.00   0.19
XYZ33.536921.798761.4715
Yxy21.79870.28710.1866
Hunter Lab46.689146.5112-45.3797
CIE-Lab53.812852.4001-44.9313

#b25dcf color RGB value is (178,93,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011101 11001111
Octal 262 135 317
Decimal 178 93 207
Hex B2 5D CF

RGB Percentages of Color #b25dcf

%37.24
%19.46
%43.31

CMYK Percentages of Color #b25dcf

%14
%55
%0
%19

Triadic Colors of #b25dcf

#b25dcf #cfb25d #5dcfb2

Analogous Colors of #b25dcf

#b25dcf #cf5db3 #795dcf

Monochromatic Colors of #b25dcf

#b25dcf

Complementary Color

#b25dcf #7acf5d

#b25dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25dcf Color CSS Codes

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

#b25dcf Text Font Color

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

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


#b25dcf Background Color

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

This div background color is #b25dcf


#b25dcf Border Color

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

This div border color is #b25dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25dcf


Comments

No comments written yet.

Please login to write comment.