Color Hex Logo

#9f0dfd Color Hex

#9F0DFD
(159,13,253)
0 Favorites   0 Comments

Color spaces of #9f0dfd

RGB 15913253
HSL0.770.980.52
HSV277°95°99°
CMYK 0.370.950.00   0.01
XYZ32.171614.750694.0800
Yxy14.75060.22820.1046
Hunter Lab38.406582.3109-118.3513
CIE-Lab45.290784.2721-84.8179

#9f0dfd color RGB value is (159,13,253).

#9f0dfd hex color red value is 159, green value is 13 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9f0dfd hue: 0.77 , saturation: 0.98 and the lightness value of 9f0dfd is 0.52.

The process color (four color CMYK) of #9f0dfd color hex is 0.37, 0.95, 0.00, 0.01. Web safe color of #9f0dfd is #9900ff. Color #9f0dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00001101 11111101
Octal 237 15 375
Decimal 159 13 253
Hex 9F D FD

RGB Percentages of Color #9f0dfd

%37.41
%3.06
%59.53

CMYK Percentages of Color #9f0dfd

%37
%95
%0
%1

Triadic Colors of #9f0dfd

#9f0dfd #fd9f0d #0dfd9f

Analogous Colors of #9f0dfd

#9f0dfd #fd0de3 #270dfd

Monochromatic Colors of #9f0dfd

#9f0dfd

Complementary Color

#9f0dfd #6bfd0d

#9f0dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f0dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f0dfd Color CSS Codes

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

#9f0dfd Text Font Color

<p style="color:#9f0dfd">Text here</p>

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


#9f0dfd Background Color

<div style="background-color:#9f0dfd">
Div content here</div>

This div background color is #9f0dfd


#9f0dfd Border Color

<div style="border:3px solid #9f0dfd">
Div here</div>

This div border color is #9f0dfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,13,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9f0dfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9f0dfd;
  -webkit-box-shadow: 1px 1px 3px 2px #9f0dfd;
  box-shadow:         1px 1px 3px 2px #9f0dfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,13,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f0dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.