Color Hex Logo

#612edc Color Hex

#612EDC
(97,46,220)
0 Favorites   0 Comments

Color spaces of #612edc

RGB 9746220
HSL0.720.710.52
HSV258°79°86°
CMYK 0.560.790.00   0.14
XYZ18.82509.662768.5830
Yxy9.66270.19390.0995
Hunter Lab31.084953.7010-109.0529
CIE-Lab37.230162.0130-79.6652

#612edc color RGB value is (97,46,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101110 11011100
Octal 141 56 334
Decimal 97 46 220
Hex 61 2E DC

RGB Percentages of Color #612edc

%26.72
%12.67
%60.61

CMYK Percentages of Color #612edc

%56
%79
%0
%14

Triadic Colors of #612edc

#612edc #dc612e #2edc61

Analogous Colors of #612edc

#612edc #b82edc #2e52dc

Monochromatic Colors of #612edc

#612edc

Complementary Color

#612edc #a9dc2e

#612edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#612edc Color CSS Codes

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

#612edc Text Font Color

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

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


#612edc Background Color

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

This div background color is #612edc


#612edc Border Color

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

This div border color is #612edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,46,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 #612edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612edc


Comments

No comments written yet.

Please login to write comment.