Color Hex Logo

#8237fc Color Hex

#8237FC
(130,55,252)
0 Favorites   0 Comments

Color spaces of #8237fc

RGB 13055252
HSL0.730.970.60
HSV263°78°99°
CMYK 0.480.780.00   0.01
XYZ28.142814.506593.4122
Yxy14.50650.20680.1066
Hunter Lab38.087465.2408-118.7520
CIE-Lab44.950770.5386-84.9523

#8237fc color RGB value is (130,55,252).

#8237fc hex color red value is 130, green value is 55 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #8237fc hue: 0.73 , saturation: 0.97 and the lightness value of 8237fc is 0.60.

The process color (four color CMYK) of #8237fc color hex is 0.48, 0.78, 0.00, 0.01. Web safe color of #8237fc is #9933ff. Color #8237fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110111 11111100
Octal 202 67 374
Decimal 130 55 252
Hex 82 37 FC

RGB Percentages of Color #8237fc

%29.75
%12.59
%57.67

CMYK Percentages of Color #8237fc

%48
%78
%0
%1

Triadic Colors of #8237fc

#8237fc #fc8237 #37fc82

Analogous Colors of #8237fc

#8237fc #e537fc #374efc

Monochromatic Colors of #8237fc

#8237fc

Complementary Color

#8237fc #b1fc37

#8237fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8237fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8237fc Color CSS Codes

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

#8237fc Text Font Color

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

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


#8237fc Background Color

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

This div background color is #8237fc


#8237fc Border Color

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

This div border color is #8237fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,55,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8237fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8237fc;
  -webkit-box-shadow: 1px 1px 3px 2px #8237fc;
  box-shadow:         1px 1px 3px 2px #8237fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,55,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 #8237fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8237fc

Related Colors


Comments

No comments written yet.

Please login to write comment.