Color Hex Logo

#951ccf Color Hex

#951CCF
(149,28,207)
0 Favorites   0 Comments

Color spaces of #951ccf

RGB 14928207
HSL0.780.760.46
HSV281°86°81°
CMYK 0.280.860.00   0.19
XYZ24.072211.725160.0259
Yxy11.72510.25120.1224
Hunter Lab34.241965.5627-79.9657
CIE-Lab40.775871.6227-66.1027

#951ccf color RGB value is (149,28,207).

#951ccf hex color red value is 149, green value is 28 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #951ccf hue: 0.78 , saturation: 0.76 and the lightness value of 951ccf is 0.46.

The process color (four color CMYK) of #951ccf color hex is 0.28, 0.86, 0.00, 0.19. Web safe color of #951ccf is #9933cc. Color #951ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011100 11001111
Octal 225 34 317
Decimal 149 28 207
Hex 95 1C CF

RGB Percentages of Color #951ccf

%38.80
%7.29
%53.91

CMYK Percentages of Color #951ccf

%28
%86
%0
%19

Triadic Colors of #951ccf

#951ccf #cf951c #1ccf95

Analogous Colors of #951ccf

#951ccf #cf1cb0 #3b1ccf

Monochromatic Colors of #951ccf

#951ccf

Complementary Color

#951ccf #56cf1c

#951ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#951ccf Color CSS Codes

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

#951ccf Text Font Color

<p style="color:#951ccf">Text here</p>

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


#951ccf Background Color

<div style="background-color:#951ccf">
Div content here</div>

This div background color is #951ccf


#951ccf Border Color

<div style="border:3px solid #951ccf">
Div here</div>

This div border color is #951ccf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,28,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #951ccf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #951ccf;
  -webkit-box-shadow: 1px 1px 3px 2px #951ccf;
  box-shadow:         1px 1px 3px 2px #951ccf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,28,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 #951ccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951ccf


Comments

No comments written yet.

Please login to write comment.