Color Hex Logo

#6225fd Color Hex

#6225FD
(98,37,253)
0 Favorites   0 Comments

Color spaces of #6225fd

RGB 9837253
HSL0.710.980.57
HSV257°85°99°
CMYK 0.610.850.00   0.01
XYZ23.428211.011793.8192
Yxy11.01170.18270.0859
Hunter Lab33.183967.9512-144.3991
CIE-Lab39.600273.8436-94.4530

#6225fd color RGB value is (98,37,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00100101 11111101
Octal 142 45 375
Decimal 98 37 253
Hex 62 25 FD

RGB Percentages of Color #6225fd

%25.26
%9.54
%65.21

CMYK Percentages of Color #6225fd

%61
%85
%0
%1

Triadic Colors of #6225fd

#6225fd #fd6225 #25fd62

Analogous Colors of #6225fd

#6225fd #ce25fd #2554fd

Monochromatic Colors of #6225fd

#6225fd

Complementary Color

#6225fd #c0fd25

#6225fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6225fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6225fd Color CSS Codes

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

#6225fd Text Font Color

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

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


#6225fd Background Color

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

This div background color is #6225fd


#6225fd Border Color

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

This div border color is #6225fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6225fd


Comments

No comments written yet.

Please login to write comment.