Color Hex Logo

#612dca Color Hex

#612DCA
(97,45,202)
0 Favorites   0 Comments

Color spaces of #612dca

RGB 9745202
HSL0.720.640.48
HSV260°78°79°
CMYK 0.520.780.00   0.21
XYZ16.52888.682456.6818
Yxy8.68240.20180.1060
Hunter Lab29.465948.5636-93.4265
CIE-Lab35.365557.6829-72.3272

#612dca color RGB value is (97,45,202).

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

The process color (four color CMYK) of #612dca color hex is 0.52, 0.78, 0.00, 0.21. Web safe color of #612dca is #6633cc. Color #612dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101101 11001010
Octal 141 55 312
Decimal 97 45 202
Hex 61 2D CA

RGB Percentages of Color #612dca

%28.20
%13.08
%58.72

CMYK Percentages of Color #612dca

%52
%78
%0
%21

Triadic Colors of #612dca

#612dca #ca612d #2dca61

Analogous Colors of #612dca

#612dca #b02dca #2d47ca

Monochromatic Colors of #612dca

#612dca

Complementary Color

#612dca #96ca2d

#612dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#612dca Color CSS Codes

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

#612dca Text Font Color

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

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


#612dca Background Color

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

This div background color is #612dca


#612dca Border Color

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

This div border color is #612dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612dca


Comments

No comments written yet.

Please login to write comment.