Color Hex Logo

#6832ee Color Hex

#6832EE
(104,50,238)
0 Favorites   0 Comments

Color spaces of #6832ee

RGB 10450238
HSL0.710.850.56
HSV257°79°93°
CMYK 0.560.790.00   0.07
XYZ22.282111.397381.9144
Yxy11.39730.19280.0986
Hunter Lab33.759958.7332-120.2283
CIE-Lab40.241765.8805-84.9304

#6832ee color RGB value is (104,50,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110010 11101110
Octal 150 62 356
Decimal 104 50 238
Hex 68 32 EE

RGB Percentages of Color #6832ee

%26.53
%12.76
%60.71

CMYK Percentages of Color #6832ee

%56
%79
%0
%7

Triadic Colors of #6832ee

#6832ee #ee6832 #32ee68

Analogous Colors of #6832ee

#6832ee #c632ee #325aee

Monochromatic Colors of #6832ee

#6832ee

Complementary Color

#6832ee #b8ee32

#6832ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6832ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6832ee Color CSS Codes

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

#6832ee Text Font Color

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

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


#6832ee Background Color

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

This div background color is #6832ee


#6832ee Border Color

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

This div border color is #6832ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,50,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 #6832ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6832ee


Comments

No comments written yet.

Please login to write comment.