Color Hex Logo

#9948cb Color Hex

#9948CB
(153,72,203)
0 Favorites   0 Comments

Color spaces of #9948cb

RGB 15372203
HSL0.770.560.54
HSV277°65°80°
CMYK 0.250.650.00   0.20
XYZ26.233715.718858.1513
Yxy15.71880.26210.1570
Hunter Lab39.646948.7282-59.2095
CIE-Lab46.603455.7024-54.3300

#9948cb color RGB value is (153,72,203).

#9948cb hex color red value is 153, green value is 72 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9948cb hue: 0.77 , saturation: 0.56 and the lightness value of 9948cb is 0.54.

The process color (four color CMYK) of #9948cb color hex is 0.25, 0.65, 0.00, 0.20. Web safe color of #9948cb is #9933cc. Color #9948cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001000 11001011
Octal 231 110 313
Decimal 153 72 203
Hex 99 48 CB

RGB Percentages of Color #9948cb

%35.75
%16.82
%47.43

CMYK Percentages of Color #9948cb

%25
%65
%0
%20

Triadic Colors of #9948cb

#9948cb #cb9948 #48cb99

Analogous Colors of #9948cb

#9948cb #cb48bc #5748cb

Monochromatic Colors of #9948cb

#9948cb

Complementary Color

#9948cb #7acb48

#9948cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9948cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9948cb Color CSS Codes

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

#9948cb Text Font Color

<p style="color:#9948cb">Text here</p>

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


#9948cb Background Color

<div style="background-color:#9948cb">
Div content here</div>

This div background color is #9948cb


#9948cb Border Color

<div style="border:3px solid #9948cb">
Div here</div>

This div border color is #9948cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,72,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9948cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9948cb;
  -webkit-box-shadow: 1px 1px 3px 2px #9948cb;
  box-shadow:         1px 1px 3px 2px #9948cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9948cb


Comments

No comments written yet.

Please login to write comment.