Color Hex Logo

#9068df Color Hex

#9068DF
(144,104,223)
0 Favorites   0 Comments

Color spaces of #9068df

RGB 144104223
HSL0.720.650.64
HSV260°53°87°
CMYK 0.350.530.00   0.13
XYZ29.771221.157672.3268
Yxy21.15760.24150.1717
Hunter Lab45.997435.0363-61.0301
CIE-Lab53.121541.6271-55.3307

#9068df color RGB value is (144,104,223).

#9068df hex color red value is 144, green value is 104 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9068df hue: 0.72 , saturation: 0.65 and the lightness value of 9068df is 0.64.

The process color (four color CMYK) of #9068df color hex is 0.35, 0.53, 0.00, 0.13. Web safe color of #9068df is #9966cc. Color #9068df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01101000 11011111
Octal 220 150 337
Decimal 144 104 223
Hex 90 68 DF

RGB Percentages of Color #9068df

%30.57
%22.08
%47.35

CMYK Percentages of Color #9068df

%35
%53
%0
%13

Triadic Colors of #9068df

#9068df #df9068 #68df90

Analogous Colors of #9068df

#9068df #cc68df #687cdf

Monochromatic Colors of #9068df

#9068df

Complementary Color

#9068df #b7df68

#9068df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9068df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9068df Color CSS Codes

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

#9068df Text Font Color

<p style="color:#9068df">Text here</p>

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


#9068df Background Color

<div style="background-color:#9068df">
Div content here</div>

This div background color is #9068df


#9068df Border Color

<div style="border:3px solid #9068df">
Div here</div>

This div border color is #9068df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,104,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9068df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9068df;
  -webkit-box-shadow: 1px 1px 3px 2px #9068df;
  box-shadow:         1px 1px 3px 2px #9068df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,104,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9068df


Comments

No comments written yet.

Please login to write comment.