Color Hex Logo

#612adf Color Hex

#612ADF
(97,42,223)
0 Favorites   0 Comments

Color spaces of #612adf

RGB 9742223
HSL0.720.740.52
HSV258°81°87°
CMYK 0.570.810.00   0.13
XYZ19.07709.525070.6451
Yxy9.52500.19220.0960
Hunter Lab30.862656.3261-114.1122
CIE-Lab36.976164.4029-81.8046

#612adf color RGB value is (97,42,223).

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

The process color (four color CMYK) of #612adf color hex is 0.57, 0.81, 0.00, 0.13. Web safe color of #612adf is #6633cc. Color #612adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101010 11011111
Octal 141 52 337
Decimal 97 42 223
Hex 61 2A DF

RGB Percentages of Color #612adf

%26.80
%11.60
%61.60

CMYK Percentages of Color #612adf

%57
%81
%0
%13

Triadic Colors of #612adf

#612adf #df612a #2adf61

Analogous Colors of #612adf

#612adf #bc2adf #2a4ddf

Monochromatic Colors of #612adf

#612adf

Complementary Color

#612adf #a8df2a

#612adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#612adf Color CSS Codes

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

#612adf Text Font Color

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

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


#612adf Background Color

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

This div background color is #612adf


#612adf Border Color

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

This div border color is #612adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612adf


Comments

No comments written yet.

Please login to write comment.