Color Hex Logo

#613ecf Color Hex

#613ECF
(97,62,207)
0 Favorites   0 Comments

Color spaces of #613ecf

RGB 9762207
HSL0.710.600.53
HSV254°70°81°
CMYK 0.530.700.00   0.19
XYZ17.914910.491660.1124
Yxy10.49160.20240.1185
Hunter Lab32.390742.0423-87.3599
CIE-Lab38.710750.8569-69.7421

#613ecf color RGB value is (97,62,207).

#613ecf hex color red value is 97, green value is 62 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #613ecf hue: 0.71 , saturation: 0.60 and the lightness value of 613ecf is 0.53.

The process color (four color CMYK) of #613ecf color hex is 0.53, 0.70, 0.00, 0.19. Web safe color of #613ecf is #6633cc. Color #613ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111110 11001111
Octal 141 76 317
Decimal 97 62 207
Hex 61 3E CF

RGB Percentages of Color #613ecf

%26.50
%16.94
%56.56

CMYK Percentages of Color #613ecf

%53
%70
%0
%19

Triadic Colors of #613ecf

#613ecf #cf613e #3ecf61

Analogous Colors of #613ecf

#613ecf #aa3ecf #3e64cf

Monochromatic Colors of #613ecf

#613ecf

Complementary Color

#613ecf #accf3e

#613ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#613ecf Color CSS Codes

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

#613ecf Text Font Color

<p style="color:#613ecf">Text here</p>

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


#613ecf Background Color

<div style="background-color:#613ecf">
Div content here</div>

This div background color is #613ecf


#613ecf Border Color

<div style="border:3px solid #613ecf">
Div here</div>

This div border color is #613ecf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,62,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #613ecf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #613ecf;
  -webkit-box-shadow: 1px 1px 3px 2px #613ecf;
  box-shadow:         1px 1px 3px 2px #613ecf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613ecf


Comments

No comments written yet.

Please login to write comment.