Color Hex Logo

#6072dc Color Hex

#6072DC
(96,114,220)
0 Favorites   0 Comments

Color spaces of #6072dc

RGB 96114220
HSL0.640.640.62
HSV231°56°86°
CMYK 0.560.480.00   0.14
XYZ23.759519.688770.2582
Yxy19.68870.20900.1732
Hunter Lab44.372017.9291-62.8190
CIE-Lab51.483424.0936-56.4753

#6072dc color RGB value is (96,114,220).

#6072dc hex color red value is 96, green value is 114 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6072dc hue: 0.64 , saturation: 0.64 and the lightness value of 6072dc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110010 11011100
Octal 140 162 334
Decimal 96 114 220
Hex 60 72 DC

RGB Percentages of Color #6072dc

%22.33
%26.51
%51.16

CMYK Percentages of Color #6072dc

%56
%48
%0
%14

Triadic Colors of #6072dc

#6072dc #dc6072 #72dc60

Analogous Colors of #6072dc

#6072dc #8c60dc #60b0dc

Monochromatic Colors of #6072dc

#6072dc

Complementary Color

#6072dc #dcca60

#6072dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6072dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6072dc Color CSS Codes

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

#6072dc Text Font Color

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

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


#6072dc Background Color

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

This div background color is #6072dc


#6072dc Border Color

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

This div border color is #6072dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6072dc


Comments

No comments written yet.

Please login to write comment.