Color Hex Logo

#6338ca Color Hex

#6338CA
(99,56,202)
0 Favorites   0 Comments

Color spaces of #6338ca

RGB 9956202
HSL0.720.580.51
HSV258°72°79°
CMYK 0.510.720.00   0.21
XYZ17.22049.745356.8505
Yxy9.74530.20550.1163
Hunter Lab31.217543.8349-86.1215
CIE-Lab37.381452.8331-69.0109

#6338ca color RGB value is (99,56,202).

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

The process color (four color CMYK) of #6338ca color hex is 0.51, 0.72, 0.00, 0.21. Web safe color of #6338ca is #6633cc. Color #6338ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00111000 11001010
Octal 143 70 312
Decimal 99 56 202
Hex 63 38 CA

RGB Percentages of Color #6338ca

%27.73
%15.69
%56.58

CMYK Percentages of Color #6338ca

%51
%72
%0
%21

Triadic Colors of #6338ca

#6338ca #ca6338 #38ca63

Analogous Colors of #6338ca

#6338ca #ac38ca #3856ca

Monochromatic Colors of #6338ca

#6338ca

Complementary Color

#6338ca #9fca38

#6338ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6338ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6338ca Color CSS Codes

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

#6338ca Text Font Color

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

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


#6338ca Background Color

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

This div background color is #6338ca


#6338ca Border Color

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

This div border color is #6338ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6338ca


Comments

No comments written yet.

Please login to write comment.