Color Hex Logo

#998cfd Color Hex

#998CFD
(153,140,253)
0 Favorites   0 Comments

Color spaces of #998cfd

RGB 153140253
HSL0.690.970.77
HSV247°45°99°
CMYK 0.400.450.00   0.01
XYZ40.244632.620397.1037
Yxy32.62030.23680.1919
Hunter Lab57.114225.8274-60.8230
CIE-Lab63.852331.2657-54.8345

#998cfd color RGB value is (153,140,253).

#998cfd hex color red value is 153, green value is 140 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #998cfd hue: 0.69 , saturation: 0.97 and the lightness value of 998cfd is 0.77.

The process color (four color CMYK) of #998cfd color hex is 0.40, 0.45, 0.00, 0.01. Web safe color of #998cfd is #9999ff. Color #998cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001100 11111101
Octal 231 214 375
Decimal 153 140 253
Hex 99 8C FD

RGB Percentages of Color #998cfd

%28.02
%25.64
%46.34

CMYK Percentages of Color #998cfd

%40
%45
%0
%1

Triadic Colors of #998cfd

#998cfd #fd998c #8cfd99

Analogous Colors of #998cfd

#998cfd #d28cfd #8cb8fd

Monochromatic Colors of #998cfd

#998cfd

Complementary Color

#998cfd #f0fd8c

#998cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#998cfd Color CSS Codes

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

#998cfd Text Font Color

<p style="color:#998cfd">Text here</p>

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


#998cfd Background Color

<div style="background-color:#998cfd">
Div content here</div>

This div background color is #998cfd


#998cfd Border Color

<div style="border:3px solid #998cfd">
Div here</div>

This div border color is #998cfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,140,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #998cfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #998cfd;
  -webkit-box-shadow: 1px 1px 3px 2px #998cfd;
  box-shadow:         1px 1px 3px 2px #998cfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,140,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998cfd


Comments

No comments written yet.

Please login to write comment.