Color Hex Logo

#8742fc Color Hex

#8742FC
(135,66,252)
0 Favorites   0 Comments

Color spaces of #8742fc

RGB 13566252
HSL0.730.970.62
HSV262°74°99°
CMYK 0.460.740.00   0.01
XYZ29.510616.075693.6430
Yxy16.07560.21200.1155
Hunter Lab40.094461.2159-110.4095
CIE-Lab47.073566.7025-81.4487

#8742fc color RGB value is (135,66,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000010 11111100
Octal 207 102 374
Decimal 135 66 252
Hex 87 42 FC

RGB Percentages of Color #8742fc

%29.80
%14.57
%55.63

CMYK Percentages of Color #8742fc

%46
%74
%0
%1

Triadic Colors of #8742fc

#8742fc #fc8742 #42fc87

Analogous Colors of #8742fc

#8742fc #e442fc #425afc

Monochromatic Colors of #8742fc

#8742fc

Complementary Color

#8742fc #b7fc42

#8742fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8742fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8742fc Color CSS Codes

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

#8742fc Text Font Color

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

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


#8742fc Background Color

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

This div background color is #8742fc


#8742fc Border Color

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

This div border color is #8742fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8742fc

Related Colors


Comments

No comments written yet.

Please login to write comment.