Color Hex Logo

#6235ff Color Hex

#6235FF
(98,53,255)
0 Favorites   0 Comments

Color spaces of #6235ff

RGB 9853255
HSL0.701.000.60
HSV253°79°100°
CMYK 0.620.790.00   0.00
XYZ24.360112.362995.7101
Yxy12.36290.18390.0934
Hunter Lab35.160962.1363-136.7783
CIE-Lab41.787268.5196-91.9524

#6235ff color RGB value is (98,53,255).

#6235ff hex color red value is 98, green value is 53 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6235ff hue: 0.70 , saturation: 1.00 and the lightness value of 6235ff is 0.60.

The process color (four color CMYK) of #6235ff color hex is 0.62, 0.79, 0.00, 0.00. Web safe color of #6235ff is #6633ff. Color #6235ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00110101 11111111
Octal 142 65 377
Decimal 98 53 255
Hex 62 35 FF

RGB Percentages of Color #6235ff

%24.14
%13.05
%62.81

CMYK Percentages of Color #6235ff

%62
%79
%0
%0

Triadic Colors of #6235ff

#6235ff #ff6235 #35ff62

Analogous Colors of #6235ff

#6235ff #c735ff #356dff

Monochromatic Colors of #6235ff

#6235ff

Complementary Color

#6235ff #d2ff35

#6235ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6235ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6235ff Color CSS Codes

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

#6235ff Text Font Color

<p style="color:#6235ff">Text here</p>

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


#6235ff Background Color

<div style="background-color:#6235ff">
Div content here</div>

This div background color is #6235ff


#6235ff Border Color

<div style="border:3px solid #6235ff">
Div here</div>

This div border color is #6235ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,53,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6235ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6235ff;
  -webkit-box-shadow: 1px 1px 3px 2px #6235ff;
  box-shadow:         1px 1px 3px 2px #6235ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6235ff

Related Colors

#6235ff Color Palettes


Comments

No comments written yet.

Please login to write comment.