Color Hex Logo

#998acf Color Hex

#998ACF
(153,138,207)
0 Favorites   0 Comments

Color spaces of #998acf

RGB 153138207
HSL0.700.420.68
HSV253°33°81°
CMYK 0.260.330.00   0.19
XYZ33.487829.454362.9517
Yxy29.45430.26600.2340
Hunter Lab54.271815.1657-30.7822
CIE-Lab61.180520.4702-33.5446

#998acf color RGB value is (153,138,207).

#998acf hex color red value is 153, green value is 138 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #998acf hue: 0.70 , saturation: 0.42 and the lightness value of 998acf is 0.68.

The process color (four color CMYK) of #998acf color hex is 0.26, 0.33, 0.00, 0.19. Web safe color of #998acf is #9999cc. Color #998acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001010 11001111
Octal 231 212 317
Decimal 153 138 207
Hex 99 8A CF

RGB Percentages of Color #998acf

%30.72
%27.71
%41.57

CMYK Percentages of Color #998acf

%26
%33
%0
%19

Triadic Colors of #998acf

#998acf #cf998a #8acf99

Analogous Colors of #998acf

#998acf #bc8acf #8a9ecf

Monochromatic Colors of #998acf

#998acf

Complementary Color

#998acf #c0cf8a

#998acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#998acf Color CSS Codes

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

#998acf Text Font Color

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

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


#998acf Background Color

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

This div background color is #998acf


#998acf Border Color

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

This div border color is #998acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998acf


Comments

No comments written yet.

Please login to write comment.