Color Hex Logo

#6121cf Color Hex

#6121CF
(97,33,207)
0 Favorites   0 Comments

Color spaces of #6121cf

RGB 9733207
HSL0.730.730.47
HSV262°84°81°
CMYK 0.530.840.00   0.19
XYZ16.73618.134159.7194
Yxy8.13410.19790.0962
Hunter Lab28.520354.8355-104.1844
CIE-Lab34.260663.6070-77.0562

#6121cf color RGB value is (97,33,207).

#6121cf hex color red value is 97, green value is 33 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6121cf hue: 0.73 , saturation: 0.73 and the lightness value of 6121cf is 0.47.

The process color (four color CMYK) of #6121cf color hex is 0.53, 0.84, 0.00, 0.19. Web safe color of #6121cf is #6633cc. Color #6121cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100001 11001111
Octal 141 41 317
Decimal 97 33 207
Hex 61 21 CF

RGB Percentages of Color #6121cf

%28.78
%9.79
%61.42

CMYK Percentages of Color #6121cf

%53
%84
%0
%19

Triadic Colors of #6121cf

#6121cf #cf6121 #21cf61

Analogous Colors of #6121cf

#6121cf #b821cf #2138cf

Monochromatic Colors of #6121cf

#6121cf

Complementary Color

#6121cf #8fcf21

#6121cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6121cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6121cf Color CSS Codes

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

#6121cf Text Font Color

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

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


#6121cf Background Color

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

This div background color is #6121cf


#6121cf Border Color

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

This div border color is #6121cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,33,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6121cf


Comments

No comments written yet.

Please login to write comment.