Color Hex Logo

#615cca Color Hex

#615CCA
(97,92,202)
0 Favorites   0 Comments

Color spaces of #615cca

RGB 9792202
HSL0.670.510.58
HSV243°54°79°
CMYK 0.520.540.00   0.21
XYZ19.417614.459957.6447
Yxy14.45990.21220.1580
Hunter Lab38.026224.6030-63.2607
CIE-Lab44.885432.0429-56.8194

#615cca color RGB value is (97,92,202).

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

The process color (four color CMYK) of #615cca color hex is 0.52, 0.54, 0.00, 0.21. Web safe color of #615cca is #6666cc. Color #615cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011100 11001010
Octal 141 134 312
Decimal 97 92 202
Hex 61 5C CA

RGB Percentages of Color #615cca

%24.81
%23.53
%51.66

CMYK Percentages of Color #615cca

%52
%54
%0
%21

Triadic Colors of #615cca

#615cca #ca615c #5cca61

Analogous Colors of #615cca

#615cca #985cca #5c8eca

Monochromatic Colors of #615cca

#615cca

Complementary Color

#615cca #c5ca5c

#615cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#615cca Color CSS Codes

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

#615cca Text Font Color

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

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


#615cca Background Color

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

This div background color is #615cca


#615cca Border Color

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

This div border color is #615cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615cca


Comments

No comments written yet.

Please login to write comment.