Color Hex Logo

#6b2872 Color Hex

#6B2872
(107,40,114)
0 Favorites   0 Comments

Color spaces of #6b2872

RGB 10740114
HSL0.820.480.30
HSV294°65°45°
CMYK 0.060.650.00   0.55
XYZ9.85955.858316.5307
Yxy5.85830.30570.1817
Hunter Lab24.203930.3553-23.5509
CIE-Lab29.052140.7418-29.0180

#6b2872 color RGB value is (107,40,114).

#6b2872 hex color red value is 107, green value is 40 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #6b2872 hue: 0.82 , saturation: 0.48 and the lightness value of 6b2872 is 0.30.

The process color (four color CMYK) of #6b2872 color hex is 0.06, 0.65, 0.00, 0.55. Web safe color of #6b2872 is #663366. Color #6b2872 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00101000 01110010
Octal 153 50 162
Decimal 107 40 114
Hex 6B 28 72

RGB Percentages of Color #6b2872

%41.00
%15.33
%43.68

CMYK Percentages of Color #6b2872

%6
%65
%0
%55

Triadic Colors of #6b2872

#6b2872 #726b28 #28726b

Analogous Colors of #6b2872

#6b2872 #722854 #462872

Monochromatic Colors of #6b2872

#6b2872

Complementary Color

#6b2872 #2f7228

#6b2872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b2872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b2872 Color CSS Codes

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

#6b2872 Text Font Color

<p style="color:#6b2872">Text here</p>

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


#6b2872 Background Color

<div style="background-color:#6b2872">
Div content here</div>

This div background color is #6b2872


#6b2872 Border Color

<div style="border:3px solid #6b2872">
Div here</div>

This div border color is #6b2872


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,40,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b2872; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b2872;
  -webkit-box-shadow: 1px 1px 3px 2px #6b2872;
  box-shadow:         1px 1px 3px 2px #6b2872; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,40,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b2872


Comments

No comments written yet.

Please login to write comment.