Color Hex Logo

#6531ee Color Hex

#6531EE
(101,49,238)
0 Favorites   0 Comments

Color spaces of #6531ee

RGB 10149238
HSL0.710.850.56
HSV257°79°93°
CMYK 0.580.790.00   0.07
XYZ21.897811.136481.8843
Yxy11.13640.19060.0969
Hunter Lab33.371258.7298-122.1223
CIE-Lab39.809365.9618-85.6537

#6531ee color RGB value is (101,49,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00110001 11101110
Octal 145 61 356
Decimal 101 49 238
Hex 65 31 EE

RGB Percentages of Color #6531ee

%26.03
%12.63
%61.34

CMYK Percentages of Color #6531ee

%58
%79
%0
%7

Triadic Colors of #6531ee

#6531ee #ee6531 #31ee65

Analogous Colors of #6531ee

#6531ee #c431ee #315bee

Monochromatic Colors of #6531ee

#6531ee

Complementary Color

#6531ee #baee31

#6531ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6531ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6531ee Color CSS Codes

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

#6531ee Text Font Color

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

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


#6531ee Background Color

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

This div background color is #6531ee


#6531ee Border Color

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

This div border color is #6531ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6531ee


Comments

No comments written yet.

Please login to write comment.