Color Hex Logo

#6827ee Color Hex

#6827EE
(104,39,238)
0 Favorites   0 Comments

Color spaces of #6827ee

RGB 10439238
HSL0.720.850.54
HSV260°84°93°
CMYK 0.560.840.00   0.07
XYZ21.867110.567181.7761
Yxy10.56710.19150.0925
Hunter Lab32.507163.1873-126.3973
CIE-Lab38.841669.9896-87.2420

#6827ee color RGB value is (104,39,238).

#6827ee hex color red value is 104, green value is 39 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #6827ee hue: 0.72 , saturation: 0.85 and the lightness value of 6827ee is 0.54.

The process color (four color CMYK) of #6827ee color hex is 0.56, 0.84, 0.00, 0.07. Web safe color of #6827ee is #6633ff. Color #6827ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100111 11101110
Octal 150 47 356
Decimal 104 39 238
Hex 68 27 EE

RGB Percentages of Color #6827ee

%27.30
%10.24
%62.47

CMYK Percentages of Color #6827ee

%56
%84
%0
%7

Triadic Colors of #6827ee

#6827ee #ee6827 #27ee68

Analogous Colors of #6827ee

#6827ee #cc27ee #274aee

Monochromatic Colors of #6827ee

#6827ee

Complementary Color

#6827ee #adee27

#6827ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6827ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6827ee Color CSS Codes

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

#6827ee Text Font Color

<p style="color:#6827ee">Text here</p>

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


#6827ee Background Color

<div style="background-color:#6827ee">
Div content here</div>

This div background color is #6827ee


#6827ee Border Color

<div style="border:3px solid #6827ee">
Div here</div>

This div border color is #6827ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,39,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6827ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6827ee;
  -webkit-box-shadow: 1px 1px 3px 2px #6827ee;
  box-shadow:         1px 1px 3px 2px #6827ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,39,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6827ee


Comments

No comments written yet.

Please login to write comment.