Color Hex Logo

#8398ca Color Hex

#8398CA
(131,152,202)
0 Favorites   0 Comments

Color spaces of #8398ca

RGB 131152202
HSL0.620.400.65
HSV222°35°79°
CMYK 0.350.250.00   0.21
XYZ31.249031.546060.3191
Yxy31.54600.25380.2562
Hunter Lab56.16581.0219-24.3582
CIE-Lab62.96594.7227-28.1106

#8398ca color RGB value is (131,152,202).

#8398ca hex color red value is 131, green value is 152 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8398ca hue: 0.62 , saturation: 0.40 and the lightness value of 8398ca is 0.65.

The process color (four color CMYK) of #8398ca color hex is 0.35, 0.25, 0.00, 0.21. Web safe color of #8398ca is #9999cc. Color #8398ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10011000 11001010
Octal 203 230 312
Decimal 131 152 202
Hex 83 98 CA

RGB Percentages of Color #8398ca

%27.01
%31.34
%41.65

CMYK Percentages of Color #8398ca

%35
%25
%0
%21

Triadic Colors of #8398ca

#8398ca #ca8398 #98ca83

Analogous Colors of #8398ca

#8398ca #9283ca #83bcca

Monochromatic Colors of #8398ca

#8398ca

Complementary Color

#8398ca #cab583

#8398ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8398ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8398ca Color CSS Codes

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

#8398ca Text Font Color

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

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


#8398ca Background Color

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

This div background color is #8398ca


#8398ca Border Color

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

This div border color is #8398ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8398ca

#8398ca Color Palettes


Comments

No comments written yet.

Please login to write comment.