color codes Logo

#b835fc color codes

#B835FC
(184,53,252)
0 Favorites   0 Comments

Color spaces of #b835fc

RGB 18453252
HSL0.780.970.60
HSV279°79°99°
CMYK 0.270.790.00   0.01
XYZ38.611019.764893.8754
Yxy19.76480.25360.1298
Hunter Lab44.457677.2246-94.0747
CIE-Lab51.570279.0551-73.8530

#b835fc color RGB value is (184,53,252).

#b835fc hex color red value is 184, green value is 53 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b835fc hue: 0.78 , saturation: 0.97 and the lightness value of b835fc is 0.60.

The process color (four color CMYK) of #b835fc color code is 0.27, 0.79, 0.00, 0.01. Web safe color of #b835fc is #cc33ff. Color #b835fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110101 11111100
Octal 270 65 374
Decimal 184 53 252
Hex B8 35 FC

RGB Percentages of Color #b835fc

%37.63
%10.84
%51.53

CMYK Percentages of Color #b835fc

%27
%79
%0
%1

Triadic Colors of #b835fc

#b835fc #fcb835 #35fcb8

Analogous Colors of #b835fc

#b835fc #fc35dd #5535fc

Monochromatic Colors of #b835fc

#b835fc

Complementary Color

#b835fc #79fc35

#b835fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b835fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b835fc Color CSS Codes

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

#b835fc Text Font Color

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

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


#b835fc Background Color

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

This div background color is #b835fc


#b835fc Border Color

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

This div border color is #b835fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,53,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b835fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b835fc;
  -webkit-box-shadow: 1px 1px 3px 2px #b835fc;
  box-shadow:         1px 1px 3px 2px #b835fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,53,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b835fc


Comments

No comments written yet.

Please login to write comment.