Color Hex Logo

#6338b5 Color Hex

#6338B5
(99,56,181)
0 Favorites   0 Comments

Color spaces of #6338b5

RGB 9956181
HSL0.720.530.46
HSV261°69°71°
CMYK 0.450.690.00   0.29
XYZ14.90038.817244.6326
Yxy8.81720.21800.1290
Hunter Lab29.693837.6070-68.3329
CIE-Lab35.629947.0586-59.5516

#6338b5 color RGB value is (99,56,181).

#6338b5 hex color red value is 99, green value is 56 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #6338b5 hue: 0.72 , saturation: 0.53 and the lightness value of 6338b5 is 0.46.

The process color (four color CMYK) of #6338b5 color hex is 0.45, 0.69, 0.00, 0.29. Web safe color of #6338b5 is #6633cc. Color #6338b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00111000 10110101
Octal 143 70 265
Decimal 99 56 181
Hex 63 38 B5

RGB Percentages of Color #6338b5

%29.46
%16.67
%53.87

CMYK Percentages of Color #6338b5

%45
%69
%0
%29

Triadic Colors of #6338b5

#6338b5 #b56338 #38b563

Analogous Colors of #6338b5

#6338b5 #a238b5 #384cb5

Monochromatic Colors of #6338b5

#6338b5

Complementary Color

#6338b5 #8ab538

#6338b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6338b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6338b5 Color CSS Codes

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

#6338b5 Text Font Color

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

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


#6338b5 Background Color

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

This div background color is #6338b5


#6338b5 Border Color

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

This div border color is #6338b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6338b5


Comments

No comments written yet.

Please login to write comment.