Color Hex Logo

#6134fb Color Hex

#6134FB
(97,52,251)
0 Favorites   0 Comments

Color spaces of #6134fb

RGB 9752251
HSL0.700.960.59
HSV254°79°98°
CMYK 0.610.790.00   0.02
XYZ23.570311.962492.3335
Yxy11.96240.18430.0936
Hunter Lab34.586761.1182-134.0713
CIE-Lab41.156367.7687-90.7601

#6134fb color RGB value is (97,52,251).

#6134fb hex color red value is 97, green value is 52 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6134fb hue: 0.70 , saturation: 0.96 and the lightness value of 6134fb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110100 11111011
Octal 141 64 373
Decimal 97 52 251
Hex 61 34 FB

RGB Percentages of Color #6134fb

%24.25
%13.00
%62.75

CMYK Percentages of Color #6134fb

%61
%79
%0
%2

Triadic Colors of #6134fb

#6134fb #fb6134 #34fb61

Analogous Colors of #6134fb

#6134fb #c534fb #346bfb

Monochromatic Colors of #6134fb

#6134fb

Complementary Color

#6134fb #cefb34

#6134fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6134fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6134fb Color CSS Codes

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

#6134fb Text Font Color

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

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


#6134fb Background Color

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

This div background color is #6134fb


#6134fb Border Color

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

This div border color is #6134fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,52,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 #6134fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6134fb

Related Colors


Comments

No comments written yet.

Please login to write comment.