Color Hex Logo

#612ddb Color Hex

#612DDB
(97,45,219)
0 Favorites   0 Comments

Color spaces of #612ddb

RGB 9745219
HSL0.720.710.52
HSV258°79°86°
CMYK 0.560.790.00   0.14
XYZ18.65439.532667.8746
Yxy9.53260.19420.0992
Hunter Lab30.874953.8168-108.7292
CIE-Lab36.990162.1638-79.4867

#612ddb color RGB value is (97,45,219).

#612ddb hex color red value is 97, green value is 45 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #612ddb hue: 0.72 , saturation: 0.71 and the lightness value of 612ddb is 0.52.

The process color (four color CMYK) of #612ddb color hex is 0.56, 0.79, 0.00, 0.14. Web safe color of #612ddb is #6633cc. Color #612ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101101 11011011
Octal 141 55 333
Decimal 97 45 219
Hex 61 2D DB

RGB Percentages of Color #612ddb

%26.87
%12.47
%60.66

CMYK Percentages of Color #612ddb

%56
%79
%0
%14

Triadic Colors of #612ddb

#612ddb #db612d #2ddb61

Analogous Colors of #612ddb

#612ddb #b82ddb #2d50db

Monochromatic Colors of #612ddb

#612ddb

Complementary Color

#612ddb #a7db2d

#612ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#612ddb Color CSS Codes

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

#612ddb Text Font Color

<p style="color:#612ddb">Text here</p>

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


#612ddb Background Color

<div style="background-color:#612ddb">
Div content here</div>

This div background color is #612ddb


#612ddb Border Color

<div style="border:3px solid #612ddb">
Div here</div>

This div border color is #612ddb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,45,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #612ddb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #612ddb;
  -webkit-box-shadow: 1px 1px 3px 2px #612ddb;
  box-shadow:         1px 1px 3px 2px #612ddb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612ddb


Comments

No comments written yet.

Please login to write comment.