Color Hex Logo

#6036cf Color Hex

#6036CF
(96,54,207)
0 Favorites   0 Comments

Color spaces of #6036cf

RGB 9654207
HSL0.710.610.51
HSV256°74°81°
CMYK 0.540.740.00   0.19
XYZ17.40559.630159.9729
Yxy9.63010.20000.1107
Hunter Lab31.032445.8106-92.8606
CIE-Lab37.170254.7534-72.2710

#6036cf color RGB value is (96,54,207).

#6036cf hex color red value is 96, green value is 54 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6036cf hue: 0.71 , saturation: 0.61 and the lightness value of 6036cf is 0.51.

The process color (four color CMYK) of #6036cf color hex is 0.54, 0.74, 0.00, 0.19. Web safe color of #6036cf is #6633cc. Color #6036cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00110110 11001111
Octal 140 66 317
Decimal 96 54 207
Hex 60 36 CF

RGB Percentages of Color #6036cf

%26.89
%15.13
%57.98

CMYK Percentages of Color #6036cf

%54
%74
%0
%19

Triadic Colors of #6036cf

#6036cf #cf6036 #36cf60

Analogous Colors of #6036cf

#6036cf #ad36cf #3659cf

Monochromatic Colors of #6036cf

#6036cf

Complementary Color

#6036cf #a5cf36

#6036cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6036cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6036cf Color CSS Codes

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

#6036cf Text Font Color

<p style="color:#6036cf">Text here</p>

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


#6036cf Background Color

<div style="background-color:#6036cf">
Div content here</div>

This div background color is #6036cf


#6036cf Border Color

<div style="border:3px solid #6036cf">
Div here</div>

This div border color is #6036cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,54,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6036cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6036cf;
  -webkit-box-shadow: 1px 1px 3px 2px #6036cf;
  box-shadow:         1px 1px 3px 2px #6036cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6036cf


Comments

No comments written yet.

Please login to write comment.