Color Hex Logo

#9481cf Color Hex

#9481CF
(148,129,207)
0 Favorites   0 Comments

Color spaces of #9481cf

RGB 148129207
HSL0.710.450.66
HSV255°38°81°
CMYK 0.290.380.00   0.19
XYZ31.325526.501462.4957
Yxy26.50140.26030.2203
Hunter Lab51.479518.5289-35.9419
CIE-Lab58.509924.2106-37.7457

#9481cf color RGB value is (148,129,207).

#9481cf hex color red value is 148, green value is 129 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9481cf hue: 0.71 , saturation: 0.45 and the lightness value of 9481cf is 0.66.

The process color (four color CMYK) of #9481cf color hex is 0.29, 0.38, 0.00, 0.19. Web safe color of #9481cf is #9999cc. Color #9481cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000001 11001111
Octal 224 201 317
Decimal 148 129 207
Hex 94 81 CF

RGB Percentages of Color #9481cf

%30.58
%26.65
%42.77

CMYK Percentages of Color #9481cf

%29
%38
%0
%19

Triadic Colors of #9481cf

#9481cf #cf9481 #81cf94

Analogous Colors of #9481cf

#9481cf #bb81cf #8195cf

Monochromatic Colors of #9481cf

#9481cf

Complementary Color

#9481cf #bccf81

#9481cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9481cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9481cf Color CSS Codes

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

#9481cf Text Font Color

<p style="color:#9481cf">Text here</p>

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


#9481cf Background Color

<div style="background-color:#9481cf">
Div content here</div>

This div background color is #9481cf


#9481cf Border Color

<div style="border:3px solid #9481cf">
Div here</div>

This div border color is #9481cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,129,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9481cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9481cf;
  -webkit-box-shadow: 1px 1px 3px 2px #9481cf;
  box-shadow:         1px 1px 3px 2px #9481cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,129,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 #9481cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9481cf


Comments

No comments written yet.

Please login to write comment.