Color Hex Logo

#6125ff Color Hex

#6125FF
(97,37,255)
0 Favorites   0 Comments

Color spaces of #6125ff

RGB 9737255
HSL0.711.000.57
HSV257°85°100°
CMYK 0.620.850.00   0.00
XYZ23.641311.084595.5012
Yxy11.08450.18150.0851
Hunter Lab33.293468.4876-146.7664
CIE-Lab39.722474.2643-95.3728

#6125ff color RGB value is (97,37,255).

#6125ff hex color red value is 97, green value is 37 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6125ff hue: 0.71 , saturation: 1.00 and the lightness value of 6125ff is 0.57.

The process color (four color CMYK) of #6125ff color hex is 0.62, 0.85, 0.00, 0.00. Web safe color of #6125ff is #6633ff. Color #6125ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100101 11111111
Octal 141 45 377
Decimal 97 37 255
Hex 61 25 FF

RGB Percentages of Color #6125ff

%24.94
%9.51
%65.55

CMYK Percentages of Color #6125ff

%62
%85
%0
%0

Triadic Colors of #6125ff

#6125ff #ff6125 #25ff61

Analogous Colors of #6125ff

#6125ff #ce25ff #2556ff

Monochromatic Colors of #6125ff

#6125ff

Complementary Color

#6125ff #c3ff25

#6125ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6125ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6125ff Color CSS Codes

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

#6125ff Text Font Color

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

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


#6125ff Background Color

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

This div background color is #6125ff


#6125ff Border Color

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

This div border color is #6125ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,37,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6125ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6125ff;
  -webkit-box-shadow: 1px 1px 3px 2px #6125ff;
  box-shadow:         1px 1px 3px 2px #6125ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,37,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6125ff

Related Colors


Comments

No comments written yet.

Please login to write comment.