Color Hex Logo

#6326be Color Hex

#6326BE
(99,38,190)
0 Favorites   0 Comments

Color spaces of #6326be

RGB 9938190
HSL0.730.670.45
HSV264°80°75°
CMYK 0.480.800.00   0.25
XYZ15.13307.756649.4148
Yxy7.75660.20930.1073
Hunter Lab27.850748.2515-85.7014
CIE-Lab33.470757.7617-68.4015

#6326be color RGB value is (99,38,190).

#6326be hex color red value is 99, green value is 38 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6326be hue: 0.73 , saturation: 0.67 and the lightness value of 6326be is 0.45.

The process color (four color CMYK) of #6326be color hex is 0.48, 0.80, 0.00, 0.25. Web safe color of #6326be is #6633cc. Color #6326be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00100110 10111110
Octal 143 46 276
Decimal 99 38 190
Hex 63 26 BE

RGB Percentages of Color #6326be

%30.28
%11.62
%58.10

CMYK Percentages of Color #6326be

%48
%80
%0
%25

Triadic Colors of #6326be

#6326be #be6326 #26be63

Analogous Colors of #6326be

#6326be #af26be #2635be

Monochromatic Colors of #6326be

#6326be

Complementary Color

#6326be #81be26

#6326be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6326be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6326be Color CSS Codes

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

#6326be Text Font Color

<p style="color:#6326be">Text here</p>

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


#6326be Background Color

<div style="background-color:#6326be">
Div content here</div>

This div background color is #6326be


#6326be Border Color

<div style="border:3px solid #6326be">
Div here</div>

This div border color is #6326be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,38,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6326be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6326be;
  -webkit-box-shadow: 1px 1px 3px 2px #6326be;
  box-shadow:         1px 1px 3px 2px #6326be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6326be


Comments

No comments written yet.

Please login to write comment.