Color Hex Logo

#621241 Color Hex

#621241
(98,18,65)
0 Favorites   0 Comments

Color spaces of #621241

RGB 981865
HSL0.900.690.23
HSV325°82°38°
CMYK 0.000.820.34   0.62
XYZ6.20743.41095.3322
Yxy3.41090.41520.2281
Hunter Lab18.468627.6747-4.1900
CIE-Lab21.619639.2006-8.3107

#621241 color RGB value is (98,18,65).

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

The process color (four color CMYK) of #621241 color hex is 0.00, 0.82, 0.34, 0.62. Web safe color of #621241 is #660033. Color #621241 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00010010 01000001
Octal 142 22 101
Decimal 98 18 65
Hex 62 12 41

RGB Percentages of Color #621241

%54.14
%9.94
%35.91

CMYK Percentages of Color #621241

%0
%82
%34
%62

Triadic Colors of #621241

#621241 #416212 #124162

Analogous Colors of #621241

#621241 #621219 #5b1262

Monochromatic Colors of #621241

#621241

Complementary Color

#621241 #126233

#621241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#621241 Color CSS Codes

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

#621241 Text Font Color

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

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


#621241 Background Color

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

This div background color is #621241


#621241 Border Color

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

This div border color is #621241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621241


Comments

No comments written yet.

Please login to write comment.