Color Hex Logo

#6a57da Color Hex

#6A57DA
(106,87,218)
0 Favorites   0 Comments

Color spaces of #6a57da

RGB 10687218
HSL0.690.640.60
HSV249°60°85°
CMYK 0.510.600.00   0.15
XYZ22.006914.942568.0540
Yxy14.94250.20960.1423
Hunter Lab38.655533.9743-77.3226
CIE-Lab45.555341.7024-64.8695

#6a57da color RGB value is (106,87,218).

#6a57da hex color red value is 106, green value is 87 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6a57da hue: 0.69 , saturation: 0.64 and the lightness value of 6a57da is 0.60.

The process color (four color CMYK) of #6a57da color hex is 0.51, 0.60, 0.00, 0.15. Web safe color of #6a57da is #6666cc. Color #6a57da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01010111 11011010
Octal 152 127 332
Decimal 106 87 218
Hex 6A 57 DA

RGB Percentages of Color #6a57da

%25.79
%21.17
%53.04

CMYK Percentages of Color #6a57da

%51
%60
%0
%15

Triadic Colors of #6a57da

#6a57da #da6a57 #57da6a

Analogous Colors of #6a57da

#6a57da #ac57da #5786da

Monochromatic Colors of #6a57da

#6a57da

Complementary Color

#6a57da #c7da57

#6a57da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a57da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a57da Color CSS Codes

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

#6a57da Text Font Color

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

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


#6a57da Background Color

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

This div background color is #6a57da


#6a57da Border Color

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

This div border color is #6a57da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a57da


Comments

No comments written yet.

Please login to write comment.