Color Hex Logo

#6325ff Color Hex

#6325FF
(99,37,255)
0 Favorites   0 Comments

Color spaces of #6325ff

RGB 9937255
HSL0.711.000.57
HSV257°85°100°
CMYK 0.610.850.00   0.00
XYZ23.857211.195895.5113
Yxy11.19580.18270.0857
Hunter Lab33.460168.7160-145.8201
CIE-Lab39.908374.4174-95.0591

#6325ff color RGB value is (99,37,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00100101 11111111
Octal 143 45 377
Decimal 99 37 255
Hex 63 25 FF

RGB Percentages of Color #6325ff

%25.32
%9.46
%65.22

CMYK Percentages of Color #6325ff

%61
%85
%0
%0

Triadic Colors of #6325ff

#6325ff #ff6325 #25ff63

Analogous Colors of #6325ff

#6325ff #d025ff #2554ff

Monochromatic Colors of #6325ff

#6325ff

Complementary Color

#6325ff #c1ff25

#6325ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6325ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6325ff Color CSS Codes

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

#6325ff Text Font Color

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

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


#6325ff Background Color

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

This div background color is #6325ff


#6325ff Border Color

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

This div border color is #6325ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,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 #6325ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6325ff

Related Colors


Comments

No comments written yet.

Please login to write comment.