Color Hex Logo

#6370ca Color Hex

#6370CA
(99,112,202)
0 Favorites   0 Comments

Color spaces of #6370ca

RGB 99112202
HSL0.650.490.59
HSV232°51°79°
CMYK 0.510.450.00   0.21
XYZ21.600418.505358.3105
Yxy18.50530.21950.1880
Hunter Lab43.017814.3486-50.2550
CIE-Lab50.103320.1968-48.4435

#6370ca color RGB value is (99,112,202).

#6370ca hex color red value is 99, green value is 112 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6370ca hue: 0.65 , saturation: 0.49 and the lightness value of 6370ca is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01110000 11001010
Octal 143 160 312
Decimal 99 112 202
Hex 63 70 CA

RGB Percentages of Color #6370ca

%23.97
%27.12
%48.91

CMYK Percentages of Color #6370ca

%51
%45
%0
%21

Triadic Colors of #6370ca

#6370ca #ca6370 #70ca63

Analogous Colors of #6370ca

#6370ca #8a63ca #63a4ca

Monochromatic Colors of #6370ca

#6370ca

Complementary Color

#6370ca #cabd63

#6370ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6370ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6370ca Color CSS Codes

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

#6370ca Text Font Color

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

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


#6370ca Background Color

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

This div background color is #6370ca


#6370ca Border Color

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

This div border color is #6370ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,112,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 #6370ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6370ca


Comments

No comments written yet.

Please login to write comment.