Color Hex Logo

#612ddc Color Hex

#612DDC
(97,45,220)
0 Favorites   0 Comments

Color spaces of #612ddc

RGB 9745220
HSL0.720.710.52
HSV258°80°86°
CMYK 0.560.800.00   0.14
XYZ18.78649.585568.5702
Yxy9.58550.19380.0989
Hunter Lab30.960554.1307-109.6412
CIE-Lab37.088062.4264-79.8996

#612ddc color RGB value is (97,45,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101101 11011100
Octal 141 55 334
Decimal 97 45 220
Hex 61 2D DC

RGB Percentages of Color #612ddc

%26.80
%12.43
%60.77

CMYK Percentages of Color #612ddc

%56
%80
%0
%14

Triadic Colors of #612ddc

#612ddc #dc612d #2ddc61

Analogous Colors of #612ddc

#612ddc #b92ddc #2d51dc

Monochromatic Colors of #612ddc

#612ddc

Complementary Color

#612ddc #a8dc2d

#612ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#612ddc Color CSS Codes

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

#612ddc Text Font Color

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

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


#612ddc Background Color

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

This div background color is #612ddc


#612ddc Border Color

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

This div border color is #612ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612ddc


Comments

No comments written yet.

Please login to write comment.