Color Hex Logo

#615cef Color Hex

#615CEF
(97,92,239)
0 Favorites   0 Comments

Color spaces of #615cef

RGB 9792239
HSL0.670.820.65
HSV242°62°94°
CMYK 0.590.620.00   0.06
XYZ24.336916.427783.5495
Yxy16.42770.19580.1321
Hunter Lab40.531136.2509-93.8467
CIE-Lab47.530743.6622-73.5656

#615cef color RGB value is (97,92,239).

#615cef hex color red value is 97, green value is 92 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #615cef hue: 0.67 , saturation: 0.82 and the lightness value of 615cef is 0.65.

The process color (four color CMYK) of #615cef color hex is 0.59, 0.62, 0.00, 0.06. Web safe color of #615cef is #6666ff. Color #615cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011100 11101111
Octal 141 134 357
Decimal 97 92 239
Hex 61 5C EF

RGB Percentages of Color #615cef

%22.66
%21.50
%55.84

CMYK Percentages of Color #615cef

%59
%62
%0
%6

Triadic Colors of #615cef

#615cef #ef615c #5cef61

Analogous Colors of #615cef

#615cef #ab5cef #5ca1ef

Monochromatic Colors of #615cef

#615cef

Complementary Color

#615cef #eaef5c

#615cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#615cef Color CSS Codes

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

#615cef Text Font Color

<p style="color:#615cef">Text here</p>

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


#615cef Background Color

<div style="background-color:#615cef">
Div content here</div>

This div background color is #615cef


#615cef Border Color

<div style="border:3px solid #615cef">
Div here</div>

This div border color is #615cef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,92,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #615cef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #615cef;
  -webkit-box-shadow: 1px 1px 3px 2px #615cef;
  box-shadow:         1px 1px 3px 2px #615cef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615cef


Comments

No comments written yet.

Please login to write comment.