Color Hex Logo

#6128cf Color Hex

#6128CF
(97,40,207)
0 Favorites   0 Comments

Color spaces of #6128cf

RGB 9740207
HSL0.720.680.48
HSV260°81°81°
CMYK 0.530.810.00   0.19
XYZ16.95108.564059.7911
Yxy8.56400.19870.1004
Hunter Lab29.264352.1814-100.6528
CIE-Lab35.130961.0502-75.6212

#6128cf color RGB value is (97,40,207).

#6128cf hex color red value is 97, green value is 40 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6128cf hue: 0.72 , saturation: 0.68 and the lightness value of 6128cf is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101000 11001111
Octal 141 50 317
Decimal 97 40 207
Hex 61 28 CF

RGB Percentages of Color #6128cf

%28.20
%11.63
%60.17

CMYK Percentages of Color #6128cf

%53
%81
%0
%19

Triadic Colors of #6128cf

#6128cf #cf6128 #28cf61

Analogous Colors of #6128cf

#6128cf #b528cf #2843cf

Monochromatic Colors of #6128cf

#6128cf

Complementary Color

#6128cf #96cf28

#6128cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6128cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6128cf Color CSS Codes

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

#6128cf Text Font Color

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

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


#6128cf Background Color

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

This div background color is #6128cf


#6128cf Border Color

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

This div border color is #6128cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6128cf


Comments

No comments written yet.

Please login to write comment.