Color Hex Logo

#6007ce Color Hex

#6007CE
(96,7,206)
0 Favorites   0 Comments

Color spaces of #6007ce

RGB 967206
HSL0.740.930.42
HSV267°97°81°
CMYK 0.530.970.00   0.19
XYZ16.04047.095058.9166
Yxy7.09500.19550.0865
Hunter Lab26.636460.8785-112.4968
CIE-Lab32.022269.3171-80.1787

#6007ce color RGB value is (96,7,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000111 11001110
Octal 140 7 316
Decimal 96 7 206
Hex 60 7 CE

RGB Percentages of Color #6007ce

%31.07
%2.27
%66.67

CMYK Percentages of Color #6007ce

%53
%97
%0
%19

Triadic Colors of #6007ce

#6007ce #ce6007 #07ce60

Analogous Colors of #6007ce

#6007ce #c407ce #0711ce

Monochromatic Colors of #6007ce

#6007ce

Complementary Color

#6007ce #75ce07

#6007ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6007ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6007ce Color CSS Codes

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

#6007ce Text Font Color

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

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


#6007ce Background Color

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

This div background color is #6007ce


#6007ce Border Color

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

This div border color is #6007ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6007ce


Comments

No comments written yet.

Please login to write comment.