Color Hex Logo

#6338da Color Hex

#6338DA
(99,56,218)
0 Favorites   0 Comments

Color spaces of #6338da

RGB 9956218
HSL0.710.690.54
HSV256°74°85°
CMYK 0.550.740.00   0.15
XYZ19.214710.543067.3519
Yxy10.54300.19790.1086
Hunter Lab32.470048.8081-100.2552
CIE-Lab38.799957.2444-75.9268

#6338da color RGB value is (99,56,218).

#6338da hex color red value is 99, green value is 56 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6338da hue: 0.71 , saturation: 0.69 and the lightness value of 6338da is 0.54.

The process color (four color CMYK) of #6338da color hex is 0.55, 0.74, 0.00, 0.15. Web safe color of #6338da is #6633cc. Color #6338da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00111000 11011010
Octal 143 70 332
Decimal 99 56 218
Hex 63 38 DA

RGB Percentages of Color #6338da

%26.54
%15.01
%58.45

CMYK Percentages of Color #6338da

%55
%74
%0
%15

Triadic Colors of #6338da

#6338da #da6338 #38da63

Analogous Colors of #6338da

#6338da #b438da #385eda

Monochromatic Colors of #6338da

#6338da

Complementary Color

#6338da #afda38

#6338da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6338da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6338da Color CSS Codes

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

#6338da Text Font Color

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

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


#6338da Background Color

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

This div background color is #6338da


#6338da Border Color

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

This div border color is #6338da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6338da


Comments

No comments written yet.

Please login to write comment.