Color Hex Logo

#6025fd Color Hex

#6025FD
(96,37,253)
0 Favorites   0 Comments

Color spaces of #6025fd

RGB 9637253
HSL0.710.980.57
HSV256°85°99°
CMYK 0.620.850.00   0.01
XYZ23.215110.901893.8092
Yxy10.90180.18150.0852
Hunter Lab33.017967.7233-145.3401
CIE-Lab39.414673.6901-94.7662

#6025fd color RGB value is (96,37,253).

#6025fd hex color red value is 96, green value is 37 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #6025fd hue: 0.71 , saturation: 0.98 and the lightness value of 6025fd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100101 11111101
Octal 140 45 375
Decimal 96 37 253
Hex 60 25 FD

RGB Percentages of Color #6025fd

%24.87
%9.59
%65.54

CMYK Percentages of Color #6025fd

%62
%85
%0
%1

Triadic Colors of #6025fd

#6025fd #fd6025 #25fd60

Analogous Colors of #6025fd

#6025fd #cc25fd #2556fd

Monochromatic Colors of #6025fd

#6025fd

Complementary Color

#6025fd #c2fd25

#6025fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6025fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6025fd Color CSS Codes

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

#6025fd Text Font Color

<p style="color:#6025fd">Text here</p>

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


#6025fd Background Color

<div style="background-color:#6025fd">
Div content here</div>

This div background color is #6025fd


#6025fd Border Color

<div style="border:3px solid #6025fd">
Div here</div>

This div border color is #6025fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,37,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6025fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6025fd;
  -webkit-box-shadow: 1px 1px 3px 2px #6025fd;
  box-shadow:         1px 1px 3px 2px #6025fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6025fd


Comments

No comments written yet.

Please login to write comment.