Color Hex Logo

#621288 Color Hex

#621288
(98,18,136)
0 Favorites   0 Comments

Color spaces of #621288

RGB 9818136
HSL0.780.770.30
HSV281°87°53°
CMYK 0.280.870.00   0.47
XYZ9.69724.806923.7093
Yxy4.80690.25380.1258
Hunter Lab21.924640.5819-48.7689
CIE-Lab26.177451.8367-47.6036

#621288 color RGB value is (98,18,136).

#621288 hex color red value is 98, green value is 18 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #621288 hue: 0.78 , saturation: 0.77 and the lightness value of 621288 is 0.30.

The process color (four color CMYK) of #621288 color hex is 0.28, 0.87, 0.00, 0.47. Web safe color of #621288 is #660099. Color #621288 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00010010 10001000
Octal 142 22 210
Decimal 98 18 136
Hex 62 12 88

RGB Percentages of Color #621288

%38.89
%7.14
%53.97

CMYK Percentages of Color #621288

%28
%87
%0
%47

Triadic Colors of #621288

#621288 #886212 #128862

Analogous Colors of #621288

#621288 #881273 #271288

Monochromatic Colors of #621288

#621288

Complementary Color

#621288 #388812

#621288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#621288 Color CSS Codes

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

#621288 Text Font Color

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

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


#621288 Background Color

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

This div background color is #621288


#621288 Border Color

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

This div border color is #621288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621288


Comments

No comments written yet.

Please login to write comment.