Color Hex Logo

#6007dc Color Hex

#6007DC
(96,7,220)
0 Favorites   0 Comments

Color spaces of #6007dc

RGB 967220
HSL0.740.940.45
HSV265°97°86°
CMYK 0.560.970.00   0.14
XYZ17.81817.806168.2777
Yxy7.80610.18980.0831
Hunter Lab27.939464.9428-125.3340
CIE-Lab33.575872.4728-85.7111

#6007dc color RGB value is (96,7,220).

#6007dc hex color red value is 96, green value is 7 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6007dc hue: 0.74 , saturation: 0.94 and the lightness value of 6007dc is 0.45.

The process color (four color CMYK) of #6007dc color hex is 0.56, 0.97, 0.00, 0.14. Web safe color of #6007dc is #6600cc. Color #6007dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000111 11011100
Octal 140 7 334
Decimal 96 7 220
Hex 60 7 DC

RGB Percentages of Color #6007dc

%29.72
%2.17
%68.11

CMYK Percentages of Color #6007dc

%56
%97
%0
%14

Triadic Colors of #6007dc

#6007dc #dc6007 #07dc60

Analogous Colors of #6007dc

#6007dc #cb07dc #0718dc

Monochromatic Colors of #6007dc

#6007dc

Complementary Color

#6007dc #83dc07

#6007dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6007dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6007dc Color CSS Codes

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

#6007dc Text Font Color

<p style="color:#6007dc">Text here</p>

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


#6007dc Background Color

<div style="background-color:#6007dc">
Div content here</div>

This div background color is #6007dc


#6007dc Border Color

<div style="border:3px solid #6007dc">
Div here</div>

This div border color is #6007dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,7,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6007dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6007dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6007dc;
  box-shadow:         1px 1px 3px 2px #6007dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6007dc


Comments

No comments written yet.

Please login to write comment.