Color Hex Logo

#6a5cbe Color Hex

#6A5CBE
(106,92,190)
0 Favorites   0 Comments

Color spaces of #6a5cbe

RGB 10692190
HSL0.690.430.55
HSV249°52°75°
CMYK 0.440.520.00   0.25
XYZ19.065314.436250.4968
Yxy14.43620.22700.1719
Hunter Lab37.995023.0773-52.2022
CIE-Lab44.852130.3945-49.8922

#6a5cbe color RGB value is (106,92,190).

#6a5cbe hex color red value is 106, green value is 92 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6a5cbe hue: 0.69 , saturation: 0.43 and the lightness value of 6a5cbe is 0.55.

The process color (four color CMYK) of #6a5cbe color hex is 0.44, 0.52, 0.00, 0.25. Web safe color of #6a5cbe is #6666cc. Color #6a5cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01011100 10111110
Octal 152 134 276
Decimal 106 92 190
Hex 6A 5C BE

RGB Percentages of Color #6a5cbe

%27.32
%23.71
%48.97

CMYK Percentages of Color #6a5cbe

%44
%52
%0
%25

Triadic Colors of #6a5cbe

#6a5cbe #be6a5c #5cbe6a

Analogous Colors of #6a5cbe

#6a5cbe #9b5cbe #5c7fbe

Monochromatic Colors of #6a5cbe

#6a5cbe

Complementary Color

#6a5cbe #b0be5c

#6a5cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a5cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a5cbe Color CSS Codes

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

#6a5cbe Text Font Color

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

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


#6a5cbe Background Color

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

This div background color is #6a5cbe


#6a5cbe Border Color

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

This div border color is #6a5cbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,92,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a5cbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a5cbe;
  -webkit-box-shadow: 1px 1px 3px 2px #6a5cbe;
  box-shadow:         1px 1px 3px 2px #6a5cbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,92,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a5cbe


Comments

No comments written yet.

Please login to write comment.