Color Hex Logo

#6248da Color Hex

#6248DA
(98,72,218)
0 Favorites   0 Comments

Color spaces of #6248da

RGB 9872218
HSL0.700.660.57
HSV251°67°85°
CMYK 0.550.670.00   0.15
XYZ20.009312.293467.6479
Yxy12.29340.20020.1230
Hunter Lab35.061940.5087-89.8497
CIE-Lab41.678748.8262-71.2126

#6248da color RGB value is (98,72,218).

#6248da hex color red value is 98, green value is 72 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6248da hue: 0.70 , saturation: 0.66 and the lightness value of 6248da is 0.57.

The process color (four color CMYK) of #6248da color hex is 0.55, 0.67, 0.00, 0.15. Web safe color of #6248da is #6633cc. Color #6248da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01001000 11011010
Octal 142 110 332
Decimal 98 72 218
Hex 62 48 DA

RGB Percentages of Color #6248da

%25.26
%18.56
%56.19

CMYK Percentages of Color #6248da

%55
%67
%0
%15

Triadic Colors of #6248da

#6248da #da6248 #48da62

Analogous Colors of #6248da

#6248da #ab48da #4877da

Monochromatic Colors of #6248da

#6248da

Complementary Color

#6248da #c0da48

#6248da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6248da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6248da Color CSS Codes

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

#6248da Text Font Color

<p style="color:#6248da">Text here</p>

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


#6248da Background Color

<div style="background-color:#6248da">
Div content here</div>

This div background color is #6248da


#6248da Border Color

<div style="border:3px solid #6248da">
Div here</div>

This div border color is #6248da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,72,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6248da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6248da;
  -webkit-box-shadow: 1px 1px 3px 2px #6248da;
  box-shadow:         1px 1px 3px 2px #6248da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,72,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6248da


Comments

No comments written yet.

Please login to write comment.