Color Hex Logo

#6037fd Color Hex

#6037FD
(96,55,253)
0 Favorites   0 Comments

Color spaces of #6037fd

RGB 9655253
HSL0.700.980.60
HSV252°78°99°
CMYK 0.620.780.00   0.01
XYZ23.919712.311094.0441
Yxy12.31100.18360.0945
Hunter Lab35.087060.2856-134.3546
CIE-Lab41.706266.9430-90.9739

#6037fd color RGB value is (96,55,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00110111 11111101
Octal 140 67 375
Decimal 96 55 253
Hex 60 37 FD

RGB Percentages of Color #6037fd

%23.76
%13.61
%62.62

CMYK Percentages of Color #6037fd

%62
%78
%0
%1

Triadic Colors of #6037fd

#6037fd #fd6037 #37fd60

Analogous Colors of #6037fd

#6037fd #c337fd #3771fd

Monochromatic Colors of #6037fd

#6037fd

Complementary Color

#6037fd #d4fd37

#6037fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6037fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6037fd Color CSS Codes

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

#6037fd Text Font Color

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

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


#6037fd Background Color

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

This div background color is #6037fd


#6037fd Border Color

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

This div border color is #6037fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6037fd

Related Colors


Comments

No comments written yet.

Please login to write comment.