Color Hex Logo

#6720da Color Hex

#6720DA
(103,32,218)
0 Favorites   0 Comments

Color spaces of #6720da

RGB 10332218
HSL0.730.740.49
HSV263°85°85°
CMYK 0.530.850.00   0.15
XYZ18.76498.978567.0737
Yxy8.97850.19790.0947
Hunter Lab29.964159.3475-111.7437
CIE-Lab35.942967.2511-80.6177

#6720da color RGB value is (103,32,218).

#6720da hex color red value is 103, green value is 32 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6720da hue: 0.73 , saturation: 0.74 and the lightness value of 6720da is 0.49.

The process color (four color CMYK) of #6720da color hex is 0.53, 0.85, 0.00, 0.15. Web safe color of #6720da is #6633cc. Color #6720da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00100000 11011010
Octal 147 40 332
Decimal 103 32 218
Hex 67 20 DA

RGB Percentages of Color #6720da

%29.18
%9.07
%61.76

CMYK Percentages of Color #6720da

%53
%85
%0
%15

Triadic Colors of #6720da

#6720da #da6720 #20da67

Analogous Colors of #6720da

#6720da #c420da #2036da

Monochromatic Colors of #6720da

#6720da

Complementary Color

#6720da #93da20

#6720da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6720da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6720da Color CSS Codes

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

#6720da Text Font Color

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

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


#6720da Background Color

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

This div background color is #6720da


#6720da Border Color

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

This div border color is #6720da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,32,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6720da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6720da;
  -webkit-box-shadow: 1px 1px 3px 2px #6720da;
  box-shadow:         1px 1px 3px 2px #6720da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,32,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6720da


Comments

No comments written yet.

Please login to write comment.