Color Hex Logo

#6258dc Color Hex

#6258DC
(98,88,220)
0 Favorites   0 Comments

Color spaces of #6258dc

RGB 9888220
HSL0.680.650.60
HSV245°60°86°
CMYK 0.550.600.00   0.14
XYZ21.445014.743469.4256
Yxy14.74340.20310.1396
Hunter Lab38.397132.4982-80.3239
CIE-Lab45.280740.2505-66.4841

#6258dc color RGB value is (98,88,220).

#6258dc hex color red value is 98, green value is 88 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6258dc hue: 0.68 , saturation: 0.65 and the lightness value of 6258dc is 0.60.

The process color (four color CMYK) of #6258dc color hex is 0.55, 0.60, 0.00, 0.14. Web safe color of #6258dc is #6666cc. Color #6258dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01011000 11011100
Octal 142 130 334
Decimal 98 88 220
Hex 62 58 DC

RGB Percentages of Color #6258dc

%24.14
%21.67
%54.19

CMYK Percentages of Color #6258dc

%55
%60
%0
%14

Triadic Colors of #6258dc

#6258dc #dc6258 #58dc62

Analogous Colors of #6258dc

#6258dc #a458dc #5890dc

Monochromatic Colors of #6258dc

#6258dc

Complementary Color

#6258dc #d2dc58

#6258dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6258dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6258dc Color CSS Codes

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

#6258dc Text Font Color

<p style="color:#6258dc">Text here</p>

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


#6258dc Background Color

<div style="background-color:#6258dc">
Div content here</div>

This div background color is #6258dc


#6258dc Border Color

<div style="border:3px solid #6258dc">
Div here</div>

This div border color is #6258dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,88,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6258dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6258dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6258dc;
  box-shadow:         1px 1px 3px 2px #6258dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6258dc


Comments

No comments written yet.

Please login to write comment.