Color Hex Logo

#6238fe Color Hex

#6238FE
(98,56,254)
0 Favorites   0 Comments

Color spaces of #6238fe

RGB 9856254
HSL0.700.990.61
HSV253°78°100°
CMYK 0.610.780.00   0.00
XYZ24.340612.580894.9114
Yxy12.58080.18460.0954
Hunter Lab35.469460.4227-133.8235
CIE-Lab42.124766.9800-90.8360

#6238fe color RGB value is (98,56,254).

#6238fe hex color red value is 98, green value is 56 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6238fe hue: 0.70 , saturation: 0.99 and the lightness value of 6238fe is 0.61.

The process color (four color CMYK) of #6238fe color hex is 0.61, 0.78, 0.00, 0.00. Web safe color of #6238fe is #6633ff. Color #6238fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00111000 11111110
Octal 142 70 376
Decimal 98 56 254
Hex 62 38 FE

RGB Percentages of Color #6238fe

%24.02
%13.73
%62.25

CMYK Percentages of Color #6238fe

%61
%78
%0
%0

Triadic Colors of #6238fe

#6238fe #fe6238 #38fe62

Analogous Colors of #6238fe

#6238fe #c538fe #3871fe

Monochromatic Colors of #6238fe

#6238fe

Complementary Color

#6238fe #d4fe38

#6238fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6238fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6238fe Color CSS Codes

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

#6238fe Text Font Color

<p style="color:#6238fe">Text here</p>

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


#6238fe Background Color

<div style="background-color:#6238fe">
Div content here</div>

This div background color is #6238fe


#6238fe Border Color

<div style="border:3px solid #6238fe">
Div here</div>

This div border color is #6238fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,56,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6238fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6238fe;
  -webkit-box-shadow: 1px 1px 3px 2px #6238fe;
  box-shadow:         1px 1px 3px 2px #6238fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6238fe


Comments

No comments written yet.

Please login to write comment.