Color Hex Logo

#6121da Color Hex

#6121DA
(97,33,218)
0 Favorites   0 Comments

Color spaces of #6121da

RGB 9733218
HSL0.720.740.49
HSV261°85°85°
CMYK 0.560.850.00   0.15
XYZ18.12858.691167.0517
Yxy8.69110.19310.0926
Hunter Lab29.480758.1735-114.2144
CIE-Lab35.382666.3367-81.5650

#6121da color RGB value is (97,33,218).

#6121da hex color red value is 97, green value is 33 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6121da hue: 0.72 , saturation: 0.74 and the lightness value of 6121da is 0.49.

The process color (four color CMYK) of #6121da color hex is 0.56, 0.85, 0.00, 0.15. Web safe color of #6121da is #6633cc. Color #6121da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100001 11011010
Octal 141 41 332
Decimal 97 33 218
Hex 61 21 DA

RGB Percentages of Color #6121da

%27.87
%9.48
%62.64

CMYK Percentages of Color #6121da

%56
%85
%0
%15

Triadic Colors of #6121da

#6121da #da6121 #21da61

Analogous Colors of #6121da

#6121da #be21da #213dda

Monochromatic Colors of #6121da

#6121da

Complementary Color

#6121da #9ada21

#6121da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6121da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6121da Color CSS Codes

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

#6121da Text Font Color

<p style="color:#6121da">Text here</p>

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


#6121da Background Color

<div style="background-color:#6121da">
Div content here</div>

This div background color is #6121da


#6121da Border Color

<div style="border:3px solid #6121da">
Div here</div>

This div border color is #6121da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,33,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6121da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6121da;
  -webkit-box-shadow: 1px 1px 3px 2px #6121da;
  box-shadow:         1px 1px 3px 2px #6121da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,33,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 #6121da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6121da


Comments

No comments written yet.

Please login to write comment.