Color Hex Logo

#621258 Color Hex

#621258
(98,18,88)
0 Favorites   0 Comments

Color spaces of #621258

RGB 981888
HSL0.850.690.23
HSV308°82°38°
CMYK 0.000.820.10   0.62
XYZ7.01483.73399.5835
Yxy3.73390.34500.1836
Hunter Lab19.323330.9838-15.8789
CIE-Lab22.771542.6125-22.1174

#621258 color RGB value is (98,18,88).

#621258 hex color red value is 98, green value is 18 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #621258 hue: 0.85 , saturation: 0.69 and the lightness value of 621258 is 0.23.

The process color (four color CMYK) of #621258 color hex is 0.00, 0.82, 0.10, 0.62. Web safe color of #621258 is #660066. Color #621258 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00010010 01011000
Octal 142 22 130
Decimal 98 18 88
Hex 62 12 58

RGB Percentages of Color #621258

%48.04
%8.82
%43.14

CMYK Percentages of Color #621258

%0
%82
%10
%62

Triadic Colors of #621258

#621258 #586212 #125862

Analogous Colors of #621258

#621258 #621230 #441262

Monochromatic Colors of #621258

#621258

Complementary Color

#621258 #12621c

#621258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#621258 Color CSS Codes

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

#621258 Text Font Color

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

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


#621258 Background Color

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

This div background color is #621258


#621258 Border Color

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

This div border color is #621258


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,18,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #621258; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #621258;
  -webkit-box-shadow: 1px 1px 3px 2px #621258;
  box-shadow:         1px 1px 3px 2px #621258; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621258


Comments

No comments written yet.

Please login to write comment.