Color Hex Logo

#6502dd Color Hex

#6502DD
(101,2,221)
0 Favorites   0 Comments

Color spaces of #6502dd

RGB 1012221
HSL0.740.980.44
HSV267°99°87°
CMYK 0.540.990.00   0.13
XYZ18.43978.030668.9848
Yxy8.03060.19320.0841
Hunter Lab28.338366.5576-124.4946
CIE-Lab34.046573.7333-85.4883

#6502dd color RGB value is (101,2,221).

#6502dd hex color red value is 101, green value is 2 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6502dd hue: 0.74 , saturation: 0.98 and the lightness value of 6502dd is 0.44.

The process color (four color CMYK) of #6502dd color hex is 0.54, 0.99, 0.00, 0.13. Web safe color of #6502dd is #6600cc. Color #6502dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00000010 11011101
Octal 145 2 335
Decimal 101 2 221
Hex 65 2 DD

RGB Percentages of Color #6502dd

%31.17
%0.62
%68.21

CMYK Percentages of Color #6502dd

%54
%99
%0
%13

Triadic Colors of #6502dd

#6502dd #dd6502 #02dd65

Analogous Colors of #6502dd

#6502dd #d302dd #020cdd

Monochromatic Colors of #6502dd

#6502dd

Complementary Color

#6502dd #7add02

#6502dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6502dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6502dd Color CSS Codes

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

#6502dd Text Font Color

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

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


#6502dd Background Color

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

This div background color is #6502dd


#6502dd Border Color

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

This div border color is #6502dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6502dd


Comments

No comments written yet.

Please login to write comment.