Color Hex Logo

#6248ce Color Hex

#6248CE
(98,72,206)
0 Favorites   0 Comments

Color spaces of #6248ce

RGB 9872206
HSL0.700.580.55
HSV252°65°81°
CMYK 0.520.650.00   0.19
XYZ18.494911.687659.6737
Yxy11.68760.20580.1301
Hunter Lab34.187136.7393-79.5598
CIE-Lab40.715245.2774-65.8858

#6248ce color RGB value is (98,72,206).

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

The process color (four color CMYK) of #6248ce color hex is 0.52, 0.65, 0.00, 0.19. Web safe color of #6248ce is #6633cc. Color #6248ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01001000 11001110
Octal 142 110 316
Decimal 98 72 206
Hex 62 48 CE

RGB Percentages of Color #6248ce

%26.06
%19.15
%54.79

CMYK Percentages of Color #6248ce

%52
%65
%0
%19

Triadic Colors of #6248ce

#6248ce #ce6248 #48ce62

Analogous Colors of #6248ce

#6248ce #a548ce #4871ce

Monochromatic Colors of #6248ce

#6248ce

Complementary Color

#6248ce #b4ce48

#6248ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6248ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6248ce Color CSS Codes

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

#6248ce Text Font Color

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

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


#6248ce Background Color

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

This div background color is #6248ce


#6248ce Border Color

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

This div border color is #6248ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6248ce


Comments

No comments written yet.

Please login to write comment.