Color Hex Logo

#6726cd Color Hex

#6726CD
(103,38,205)
0 Favorites   0 Comments

Color spaces of #6726cd

RGB 10338205
HSL0.730.690.48
HSV263°81°80°
CMYK 0.500.810.00   0.20
XYZ17.30618.677658.5204
Yxy8.67760.20480.1027
Hunter Lab29.457853.3156-97.1643
CIE-Lab35.356062.0317-74.0646

#6726cd color RGB value is (103,38,205).

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

The process color (four color CMYK) of #6726cd color hex is 0.50, 0.81, 0.00, 0.20. Web safe color of #6726cd is #6633cc. Color #6726cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00100110 11001101
Octal 147 46 315
Decimal 103 38 205
Hex 67 26 CD

RGB Percentages of Color #6726cd

%29.77
%10.98
%59.25

CMYK Percentages of Color #6726cd

%50
%81
%0
%20

Triadic Colors of #6726cd

#6726cd #cd6726 #26cd67

Analogous Colors of #6726cd

#6726cd #bb26cd #2639cd

Monochromatic Colors of #6726cd

#6726cd

Complementary Color

#6726cd #8ccd26

#6726cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6726cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6726cd Color CSS Codes

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

#6726cd Text Font Color

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

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


#6726cd Background Color

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

This div background color is #6726cd


#6726cd Border Color

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

This div border color is #6726cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6726cd


Comments

No comments written yet.

Please login to write comment.