Color Hex Logo

#6158ce Color Hex

#6158CE
(97,88,206)
0 Favorites   0 Comments

Color spaces of #6158ce

RGB 9788206
HSL0.680.550.58
HSV245°57°81°
CMYK 0.530.570.00   0.19
XYZ19.560113.977160.0594
Yxy13.97710.20900.1493
Hunter Lab37.386027.9647-69.0774
CIE-Lab44.200135.7155-60.2293

#6158ce color RGB value is (97,88,206).

#6158ce hex color red value is 97, green value is 88 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6158ce hue: 0.68 , saturation: 0.55 and the lightness value of 6158ce is 0.58.

The process color (four color CMYK) of #6158ce color hex is 0.53, 0.57, 0.00, 0.19. Web safe color of #6158ce is #6666cc. Color #6158ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011000 11001110
Octal 141 130 316
Decimal 97 88 206
Hex 61 58 CE

RGB Percentages of Color #6158ce

%24.81
%22.51
%52.69

CMYK Percentages of Color #6158ce

%53
%57
%0
%19

Triadic Colors of #6158ce

#6158ce #ce6158 #58ce61

Analogous Colors of #6158ce

#6158ce #9c58ce #588ace

Monochromatic Colors of #6158ce

#6158ce

Complementary Color

#6158ce #c5ce58

#6158ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6158ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6158ce Color CSS Codes

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

#6158ce Text Font Color

<p style="color:#6158ce">Text here</p>

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


#6158ce Background Color

<div style="background-color:#6158ce">
Div content here</div>

This div background color is #6158ce


#6158ce Border Color

<div style="border:3px solid #6158ce">
Div here</div>

This div border color is #6158ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,88,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6158ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6158ce;
  -webkit-box-shadow: 1px 1px 3px 2px #6158ce;
  box-shadow:         1px 1px 3px 2px #6158ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6158ce


Comments

No comments written yet.

Please login to write comment.