Color Hex Logo

#b24dcf Color Hex

#B24DCF
(178,77,207)
0 Favorites   0 Comments

Color spaces of #b24dcf

RGB 17877207
HSL0.800.580.56
HSV287°63°81°
CMYK 0.140.630.00   0.19
XYZ32.276519.277761.0513
Yxy19.27770.28660.1712
Hunter Lab43.906454.3829-51.7076
CIE-Lab51.010559.9959-49.3852

#b24dcf color RGB value is (178,77,207).

#b24dcf hex color red value is 178, green value is 77 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b24dcf hue: 0.80 , saturation: 0.58 and the lightness value of b24dcf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001101 11001111
Octal 262 115 317
Decimal 178 77 207
Hex B2 4D CF

RGB Percentages of Color #b24dcf

%38.53
%16.67
%44.81

CMYK Percentages of Color #b24dcf

%14
%63
%0
%19

Triadic Colors of #b24dcf

#b24dcf #cfb24d #4dcfb2

Analogous Colors of #b24dcf

#b24dcf #cf4dab #714dcf

Monochromatic Colors of #b24dcf

#b24dcf

Complementary Color

#b24dcf #6acf4d

#b24dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24dcf Color CSS Codes

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

#b24dcf Text Font Color

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

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


#b24dcf Background Color

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

This div background color is #b24dcf


#b24dcf Border Color

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

This div border color is #b24dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24dcf


Comments

No comments written yet.

Please login to write comment.