Color Hex Logo

#6338ff Color Hex

#6338FF
(99,56,255)
0 Favorites   0 Comments

Color spaces of #6338ff

RGB 9956255
HSL0.701.000.61
HSV253°78°100°
CMYK 0.610.780.00   0.00
XYZ24.609812.701095.7622
Yxy12.70100.18490.0954
Hunter Lab35.638560.8942-134.3681
CIE-Lab42.309267.3509-91.0871

#6338ff color RGB value is (99,56,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00111000 11111111
Octal 143 70 377
Decimal 99 56 255
Hex 63 38 FF

RGB Percentages of Color #6338ff

%24.15
%13.66
%62.20

CMYK Percentages of Color #6338ff

%61
%78
%0
%0

Triadic Colors of #6338ff

#6338ff #ff6338 #38ff63

Analogous Colors of #6338ff

#6338ff #c738ff #3871ff

Monochromatic Colors of #6338ff

#6338ff

Complementary Color

#6338ff #d4ff38

#6338ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6338ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6338ff Color CSS Codes

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

#6338ff Text Font Color

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

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


#6338ff Background Color

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

This div background color is #6338ff


#6338ff Border Color

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

This div border color is #6338ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,56,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 #6338ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6338ff

Related Colors


Comments

No comments written yet.

Please login to write comment.