Color Hex Logo

#6d26ce Color Hex

#6D26CE
(109,38,206)
0 Favorites   0 Comments

Color spaces of #6d26ce

RGB 10938206
HSL0.740.690.48
HSV265°82°81°
CMYK 0.470.820.00   0.19
XYZ18.14049.093759.1917
Yxy9.09370.20990.1052
Hunter Lab30.155854.6053-95.2693
CIE-Lab36.164163.0313-73.2908

#6d26ce color RGB value is (109,38,206).

#6d26ce hex color red value is 109, green value is 38 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6d26ce hue: 0.74 , saturation: 0.69 and the lightness value of 6d26ce is 0.48.

The process color (four color CMYK) of #6d26ce color hex is 0.47, 0.82, 0.00, 0.19. Web safe color of #6d26ce is #6633cc. Color #6d26ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00100110 11001110
Octal 155 46 316
Decimal 109 38 206
Hex 6D 26 CE

RGB Percentages of Color #6d26ce

%30.88
%10.76
%58.36

CMYK Percentages of Color #6d26ce

%47
%82
%0
%19

Triadic Colors of #6d26ce

#6d26ce #ce6d26 #26ce6d

Analogous Colors of #6d26ce

#6d26ce #c126ce #2633ce

Monochromatic Colors of #6d26ce

#6d26ce

Complementary Color

#6d26ce #87ce26

#6d26ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d26ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d26ce Color CSS Codes

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

#6d26ce Text Font Color

<p style="color:#6d26ce">Text here</p>

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


#6d26ce Background Color

<div style="background-color:#6d26ce">
Div content here</div>

This div background color is #6d26ce


#6d26ce Border Color

<div style="border:3px solid #6d26ce">
Div here</div>

This div border color is #6d26ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,38,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d26ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d26ce;
  -webkit-box-shadow: 1px 1px 3px 2px #6d26ce;
  box-shadow:         1px 1px 3px 2px #6d26ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d26ce


Comments

No comments written yet.

Please login to write comment.