Color Hex Logo

#612fcb Color Hex

#612FCB
(97,47,203)
0 Favorites   0 Comments

Color spaces of #612fcb

RGB 9747203
HSL0.720.620.49
HSV259°77°80°
CMYK 0.520.770.00   0.20
XYZ16.72588.886257.3336
Yxy8.88620.20160.1071
Hunter Lab29.809747.9867-93.1667
CIE-Lab35.764357.0683-72.2539

#612fcb color RGB value is (97,47,203).

#612fcb hex color red value is 97, green value is 47 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #612fcb hue: 0.72 , saturation: 0.62 and the lightness value of 612fcb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101111 11001011
Octal 141 57 313
Decimal 97 47 203
Hex 61 2F CB

RGB Percentages of Color #612fcb

%27.95
%13.54
%58.50

CMYK Percentages of Color #612fcb

%52
%77
%0
%20

Triadic Colors of #612fcb

#612fcb #cb612f #2fcb61

Analogous Colors of #612fcb

#612fcb #af2fcb #2f4bcb

Monochromatic Colors of #612fcb

#612fcb

Complementary Color

#612fcb #99cb2f

#612fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#612fcb Color CSS Codes

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

#612fcb Text Font Color

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

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


#612fcb Background Color

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

This div background color is #612fcb


#612fcb Border Color

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

This div border color is #612fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612fcb


Comments

No comments written yet.

Please login to write comment.