Color Hex Logo

#6229dd Color Hex

#6229DD
(98,41,221)
0 Favorites   0 Comments

Color spaces of #6229dd

RGB 9841221
HSL0.720.730.51
HSV259°81°87°
CMYK 0.560.810.00   0.13
XYZ18.88119.403069.2264
Yxy9.40300.19360.0964
Hunter Lab30.664356.2462-112.3855
CIE-Lab36.748964.3765-81.0294

#6229dd color RGB value is (98,41,221).

#6229dd hex color red value is 98, green value is 41 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6229dd hue: 0.72 , saturation: 0.73 and the lightness value of 6229dd is 0.51.

The process color (four color CMYK) of #6229dd color hex is 0.56, 0.81, 0.00, 0.13. Web safe color of #6229dd is #6633cc. Color #6229dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00101001 11011101
Octal 142 51 335
Decimal 98 41 221
Hex 62 29 DD

RGB Percentages of Color #6229dd

%27.22
%11.39
%61.39

CMYK Percentages of Color #6229dd

%56
%81
%0
%13

Triadic Colors of #6229dd

#6229dd #dd6229 #29dd62

Analogous Colors of #6229dd

#6229dd #bc29dd #294add

Monochromatic Colors of #6229dd

#6229dd

Complementary Color

#6229dd #a4dd29

#6229dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6229dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6229dd Color CSS Codes

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

#6229dd Text Font Color

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

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


#6229dd Background Color

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

This div background color is #6229dd


#6229dd Border Color

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

This div border color is #6229dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,41,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6229dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6229dd;
  -webkit-box-shadow: 1px 1px 3px 2px #6229dd;
  box-shadow:         1px 1px 3px 2px #6229dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6229dd


Comments

No comments written yet.

Please login to write comment.