Color Hex Logo

#6383fc Color Hex

#6383FC
(99,131,252)
0 Favorites   0 Comments

Color spaces of #6383fc

RGB 99131252
HSL0.630.960.69
HSV227°61°99°
CMYK 0.610.480.00   0.01
XYZ30.832625.913595.4722
Yxy25.91350.20260.1702
Hunter Lab50.905319.0306-75.5639
CIE-Lab57.954924.7822-63.9182

#6383fc color RGB value is (99,131,252).

#6383fc hex color red value is 99, green value is 131 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6383fc hue: 0.63 , saturation: 0.96 and the lightness value of 6383fc is 0.69.

The process color (four color CMYK) of #6383fc color hex is 0.61, 0.48, 0.00, 0.01. Web safe color of #6383fc is #6699ff. Color #6383fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000011 11111100
Octal 143 203 374
Decimal 99 131 252
Hex 63 83 FC

RGB Percentages of Color #6383fc

%20.54
%27.18
%52.28

CMYK Percentages of Color #6383fc

%61
%48
%0
%1

Triadic Colors of #6383fc

#6383fc #fc6383 #83fc63

Analogous Colors of #6383fc

#6383fc #9063fc #63d0fc

Monochromatic Colors of #6383fc

#6383fc

Complementary Color

#6383fc #fcdc63

#6383fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6383fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6383fc Color CSS Codes

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

#6383fc Text Font Color

<p style="color:#6383fc">Text here</p>

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


#6383fc Background Color

<div style="background-color:#6383fc">
Div content here</div>

This div background color is #6383fc


#6383fc Border Color

<div style="border:3px solid #6383fc">
Div here</div>

This div border color is #6383fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,131,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6383fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6383fc;
  -webkit-box-shadow: 1px 1px 3px 2px #6383fc;
  box-shadow:         1px 1px 3px 2px #6383fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,131,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6383fc


Comments

No comments written yet.

Please login to write comment.