Color Hex Logo

#6653fa Color Hex

#6653FA
(102,83,250)
0 Favorites   0 Comments

Color spaces of #6653fa

RGB 10283250
HSL0.690.940.65
HSV247°67°98°
CMYK 0.590.670.00   0.02
XYZ25.828115.913492.1528
Yxy15.91340.19290.1189
Hunter Lab39.891645.7608-109.0405
CIE-Lab46.860752.9069-80.8014

#6653fa color RGB value is (102,83,250).

#6653fa hex color red value is 102, green value is 83 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6653fa hue: 0.69 , saturation: 0.94 and the lightness value of 6653fa is 0.65.

The process color (four color CMYK) of #6653fa color hex is 0.59, 0.67, 0.00, 0.02. Web safe color of #6653fa is #6666ff. Color #6653fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010011 11111010
Octal 146 123 372
Decimal 102 83 250
Hex 66 53 FA

RGB Percentages of Color #6653fa

%23.45
%19.08
%57.47

CMYK Percentages of Color #6653fa

%59
%67
%0
%2

Triadic Colors of #6653fa

#6653fa #fa6653 #53fa66

Analogous Colors of #6653fa

#6653fa #ba53fa #5394fa

Monochromatic Colors of #6653fa

#6653fa

Complementary Color

#6653fa #e7fa53

#6653fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6653fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6653fa Color CSS Codes

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

#6653fa Text Font Color

<p style="color:#6653fa">Text here</p>

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


#6653fa Background Color

<div style="background-color:#6653fa">
Div content here</div>

This div background color is #6653fa


#6653fa Border Color

<div style="border:3px solid #6653fa">
Div here</div>

This div border color is #6653fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,83,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6653fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6653fa;
  -webkit-box-shadow: 1px 1px 3px 2px #6653fa;
  box-shadow:         1px 1px 3px 2px #6653fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,83,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6653fa


Comments

No comments written yet.

Please login to write comment.