Color Hex Logo

#621cbb Color Hex

#621CBB
(98,28,187)
0 Favorites   0 Comments

Color spaces of #621cbb

RGB 9828187
HSL0.740.740.42
HSV266°85°73°
CMYK 0.480.850.00   0.27
XYZ14.42197.015047.6076
Yxy7.01500.20890.1016
Hunter Lab26.485850.8454-88.0321
CIE-Lab31.841060.4733-69.3144

#621cbb color RGB value is (98,28,187).

#621cbb hex color red value is 98, green value is 28 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #621cbb hue: 0.74 , saturation: 0.74 and the lightness value of 621cbb is 0.42.

The process color (four color CMYK) of #621cbb color hex is 0.48, 0.85, 0.00, 0.27. Web safe color of #621cbb is #6633cc. Color #621cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00011100 10111011
Octal 142 34 273
Decimal 98 28 187
Hex 62 1C BB

RGB Percentages of Color #621cbb

%31.31
%8.95
%59.74

CMYK Percentages of Color #621cbb

%48
%85
%0
%27

Triadic Colors of #621cbb

#621cbb #bb621c #1cbb62

Analogous Colors of #621cbb

#621cbb #b21cbb #1c25bb

Monochromatic Colors of #621cbb

#621cbb

Complementary Color

#621cbb #75bb1c

#621cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#621cbb Color CSS Codes

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

#621cbb Text Font Color

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

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


#621cbb Background Color

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

This div background color is #621cbb


#621cbb Border Color

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

This div border color is #621cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,28,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #621cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #621cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #621cbb;
  box-shadow:         1px 1px 3px 2px #621cbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621cbb


Comments

No comments written yet.

Please login to write comment.