Color Hex Logo

#5742fb Color Hex

#5742FB
(87,66,251)
0 Favorites   0 Comments

Color spaces of #5742fb

RGB 8766251
HSL0.690.960.62
HSV247°74°98°
CMYK 0.650.740.00   0.02
XYZ23.291312.887792.5268
Yxy12.88770.18100.1001
Hunter Lab35.899452.9855-127.6837
CIE-Lab42.593560.3293-88.4141

#5742fb color RGB value is (87,66,251).

#5742fb hex color red value is 87, green value is 66 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #5742fb hue: 0.69 , saturation: 0.96 and the lightness value of 5742fb is 0.62.

The process color (four color CMYK) of #5742fb color hex is 0.65, 0.74, 0.00, 0.02. Web safe color of #5742fb is #6633ff. Color #5742fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000010 11111011
Octal 127 102 373
Decimal 87 66 251
Hex 57 42 FB

RGB Percentages of Color #5742fb

%21.53
%16.34
%62.13

CMYK Percentages of Color #5742fb

%65
%74
%0
%2

Triadic Colors of #5742fb

#5742fb #fb5742 #42fb57

Analogous Colors of #5742fb

#5742fb #b442fb #428afb

Monochromatic Colors of #5742fb

#5742fb

Complementary Color

#5742fb #e6fb42

#5742fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5742fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5742fb Color CSS Codes

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

#5742fb Text Font Color

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

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


#5742fb Background Color

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

This div background color is #5742fb


#5742fb Border Color

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

This div border color is #5742fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,66,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5742fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5742fb;
  -webkit-box-shadow: 1px 1px 3px 2px #5742fb;
  box-shadow:         1px 1px 3px 2px #5742fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,66,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5742fb


Comments

No comments written yet.

Please login to write comment.