Color Hex Logo

#682fee Color Hex

#682FEE
(104,47,238)
0 Favorites   0 Comments

Color spaces of #682fee

RGB 10447238
HSL0.720.850.56
HSV258°80°93°
CMYK 0.560.800.00   0.07
XYZ22.158111.149181.8731
Yxy11.14910.19240.0968
Hunter Lab33.390360.0213-122.0062
CIE-Lab39.830567.0802-85.6089

#682fee color RGB value is (104,47,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101111 11101110
Octal 150 57 356
Decimal 104 47 238
Hex 68 2F EE

RGB Percentages of Color #682fee

%26.74
%12.08
%61.18

CMYK Percentages of Color #682fee

%56
%80
%0
%7

Triadic Colors of #682fee

#682fee #ee682f #2fee68

Analogous Colors of #682fee

#682fee #c82fee #2f56ee

Monochromatic Colors of #682fee

#682fee

Complementary Color

#682fee #b5ee2f

#682fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#682fee Color CSS Codes

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

#682fee Text Font Color

<p style="color:#682fee">Text here</p>

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


#682fee Background Color

<div style="background-color:#682fee">
Div content here</div>

This div background color is #682fee


#682fee Border Color

<div style="border:3px solid #682fee">
Div here</div>

This div border color is #682fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682fee


Comments

No comments written yet.

Please login to write comment.