Color Hex Logo

#600fed Color Hex

#600FED
(96,15,237)
0 Favorites   0 Comments

Color spaces of #600fed

RGB 9615237
HSL0.730.880.49
HSV262°94°93°
CMYK 0.590.940.00   0.07
XYZ20.28088.942980.7780
Yxy8.94290.18440.0813
Hunter Lab29.904768.7222-139.2198
CIE-Lab35.874175.1851-91.6157

#600fed color RGB value is (96,15,237).

#600fed hex color red value is 96, green value is 15 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #600fed hue: 0.73 , saturation: 0.88 and the lightness value of 600fed is 0.49.

The process color (four color CMYK) of #600fed color hex is 0.59, 0.94, 0.00, 0.07. Web safe color of #600fed is #6600ff. Color #600fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001111 11101101
Octal 140 17 355
Decimal 96 15 237
Hex 60 F ED

RGB Percentages of Color #600fed

%27.59
%4.31
%68.10

CMYK Percentages of Color #600fed

%59
%94
%0
%7

Triadic Colors of #600fed

#600fed #ed600f #0fed60

Analogous Colors of #600fed

#600fed #cf0fed #0f2ded

Monochromatic Colors of #600fed

#600fed

Complementary Color

#600fed #9ced0f

#600fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#600fed Color CSS Codes

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

#600fed Text Font Color

<p style="color:#600fed">Text here</p>

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


#600fed Background Color

<div style="background-color:#600fed">
Div content here</div>

This div background color is #600fed


#600fed Border Color

<div style="border:3px solid #600fed">
Div here</div>

This div border color is #600fed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,15,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #600fed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #600fed;
  -webkit-box-shadow: 1px 1px 3px 2px #600fed;
  box-shadow:         1px 1px 3px 2px #600fed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600fed


Comments

No comments written yet.

Please login to write comment.