Color Hex Logo

#9498cd Color Hex

#9498CD
(148,152,205)
0 Favorites   0 Comments

Color spaces of #9498cd

RGB 148152205
HSL0.650.360.69
HSV236°28°80°
CMYK 0.280.260.00   0.20
XYZ34.460433.160262.3419
Yxy33.16020.26520.2552
Hunter Lab57.58496.0458-23.8784
CIE-Lab64.290410.4516-27.6429

#9498cd color RGB value is (148,152,205).

#9498cd hex color red value is 148, green value is 152 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9498cd hue: 0.65 , saturation: 0.36 and the lightness value of 9498cd is 0.69.

The process color (four color CMYK) of #9498cd color hex is 0.28, 0.26, 0.00, 0.20. Web safe color of #9498cd is #9999cc. Color #9498cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011000 11001101
Octal 224 230 315
Decimal 148 152 205
Hex 94 98 CD

RGB Percentages of Color #9498cd

%29.31
%30.10
%40.59

CMYK Percentages of Color #9498cd

%28
%26
%0
%20

Triadic Colors of #9498cd

#9498cd #cd9498 #98cd94

Analogous Colors of #9498cd

#9498cd #ad94cd #94b5cd

Monochromatic Colors of #9498cd

#9498cd

Complementary Color

#9498cd #cdc994

#9498cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9498cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9498cd Color CSS Codes

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

#9498cd Text Font Color

<p style="color:#9498cd">Text here</p>

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


#9498cd Background Color

<div style="background-color:#9498cd">
Div content here</div>

This div background color is #9498cd


#9498cd Border Color

<div style="border:3px solid #9498cd">
Div here</div>

This div border color is #9498cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,152,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9498cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9498cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9498cd;
  box-shadow:         1px 1px 3px 2px #9498cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,152,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9498cd


Comments

No comments written yet.

Please login to write comment.