Color Hex Logo

#6133dd Color Hex

#6133DD
(97,51,221)
0 Favorites   0 Comments

Color spaces of #6133dd

RGB 9751221
HSL0.710.710.53
HSV256°77°87°
CMYK 0.560.770.00   0.13
XYZ19.164710.129569.3517
Yxy10.12950.19430.1027
Hunter Lab31.826951.7876-106.9158
CIE-Lab38.073960.1189-78.8487

#6133dd color RGB value is (97,51,221).

#6133dd hex color red value is 97, green value is 51 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6133dd hue: 0.71 , saturation: 0.71 and the lightness value of 6133dd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110011 11011101
Octal 141 63 335
Decimal 97 51 221
Hex 61 33 DD

RGB Percentages of Color #6133dd

%26.29
%13.82
%59.89

CMYK Percentages of Color #6133dd

%56
%77
%0
%13

Triadic Colors of #6133dd

#6133dd #dd6133 #33dd61

Analogous Colors of #6133dd

#6133dd #b633dd #335add

Monochromatic Colors of #6133dd

#6133dd

Complementary Color

#6133dd #afdd33

#6133dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6133dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6133dd Color CSS Codes

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

#6133dd Text Font Color

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

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


#6133dd Background Color

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

This div background color is #6133dd


#6133dd Border Color

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

This div border color is #6133dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,51,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 #6133dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6133dd


Comments

No comments written yet.

Please login to write comment.