Color Hex Logo

#6043af Color Hex

#6043AF
(96,67,175)
0 Favorites   0 Comments

Color spaces of #6043af

RGB 9667175
HSL0.710.450.47
HSV256°62°69°
CMYK 0.450.620.00   0.31
XYZ14.56899.596341.6418
Yxy9.59630.22140.1458
Hunter Lab30.977929.7372-58.0156
CIE-Lab37.107938.6743-53.6078

#6043af color RGB value is (96,67,175).

#6043af hex color red value is 96, green value is 67 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6043af hue: 0.71 , saturation: 0.45 and the lightness value of 6043af is 0.47.

The process color (four color CMYK) of #6043af color hex is 0.45, 0.62, 0.00, 0.31. Web safe color of #6043af is #663399. Color #6043af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000011 10101111
Octal 140 103 257
Decimal 96 67 175
Hex 60 43 AF

RGB Percentages of Color #6043af

%28.40
%19.82
%51.78

CMYK Percentages of Color #6043af

%45
%62
%0
%31

Triadic Colors of #6043af

#6043af #af6043 #43af60

Analogous Colors of #6043af

#6043af #9643af #435caf

Monochromatic Colors of #6043af

#6043af

Complementary Color

#6043af #92af43

#6043af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6043af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6043af Color CSS Codes

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

#6043af Text Font Color

<p style="color:#6043af">Text here</p>

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


#6043af Background Color

<div style="background-color:#6043af">
Div content here</div>

This div background color is #6043af


#6043af Border Color

<div style="border:3px solid #6043af">
Div here</div>

This div border color is #6043af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,67,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6043af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6043af;
  -webkit-box-shadow: 1px 1px 3px 2px #6043af;
  box-shadow:         1px 1px 3px 2px #6043af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6043af


Comments

No comments written yet.

Please login to write comment.