Color Hex Logo

#6726dd Color Hex

#6726DD
(103,38,221)
0 Favorites   0 Comments

Color spaces of #6726dd

RGB 10338221
HSL0.730.730.51
HSV261°83°87°
CMYK 0.530.830.00   0.13
XYZ19.33789.490269.2192
Yxy9.49020.19720.0968
Hunter Lab30.806258.1381-111.6560
CIE-Lab36.911566.0093-80.7431

#6726dd color RGB value is (103,38,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00100110 11011101
Octal 147 46 335
Decimal 103 38 221
Hex 67 26 DD

RGB Percentages of Color #6726dd

%28.45
%10.50
%61.05

CMYK Percentages of Color #6726dd

%53
%83
%0
%13

Triadic Colors of #6726dd

#6726dd #dd6726 #26dd67

Analogous Colors of #6726dd

#6726dd #c326dd #2640dd

Monochromatic Colors of #6726dd

#6726dd

Complementary Color

#6726dd #9cdd26

#6726dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6726dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6726dd Color CSS Codes

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

#6726dd Text Font Color

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

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


#6726dd Background Color

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

This div background color is #6726dd


#6726dd Border Color

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

This div border color is #6726dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6726dd


Comments

No comments written yet.

Please login to write comment.