Color Hex Logo

#6b248e Color Hex

#6B248E
(107,36,142)
0 Favorites   0 Comments

Color spaces of #6b248e

RGB 10736142
HSL0.780.600.35
HSV280°75°56°
CMYK 0.250.750.00   0.44
XYZ11.57686.340526.2049
Yxy6.34050.26240.1437
Hunter Lab25.180338.0007-44.0762
CIE-Lab30.255848.4705-44.6536

#6b248e color RGB value is (107,36,142).

#6b248e hex color red value is 107, green value is 36 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #6b248e hue: 0.78 , saturation: 0.60 and the lightness value of 6b248e is 0.35.

The process color (four color CMYK) of #6b248e color hex is 0.25, 0.75, 0.00, 0.44. Web safe color of #6b248e is #663399. Color #6b248e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00100100 10001110
Octal 153 44 216
Decimal 107 36 142
Hex 6B 24 8E

RGB Percentages of Color #6b248e

%37.54
%12.63
%49.82

CMYK Percentages of Color #6b248e

%25
%75
%0
%44

Triadic Colors of #6b248e

#6b248e #8e6b24 #248e6b

Analogous Colors of #6b248e

#6b248e #8e247c #36248e

Monochromatic Colors of #6b248e

#6b248e

Complementary Color

#6b248e #478e24

#6b248e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b248e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b248e Color CSS Codes

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

#6b248e Text Font Color

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

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


#6b248e Background Color

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

This div background color is #6b248e


#6b248e Border Color

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

This div border color is #6b248e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b248e


Comments

No comments written yet.

Please login to write comment.