Color Hex Logo

#9068dd Color Hex

#9068DD
(144,104,221)
0 Favorites   0 Comments

Color spaces of #9068dd

RGB 144104221
HSL0.720.630.64
HSV261°53°87°
CMYK 0.350.530.00   0.13
XYZ29.503121.050470.9148
Yxy21.05040.24290.1733
Hunter Lab45.880734.4913-59.5241
CIE-Lab53.004641.1087-54.3892

#9068dd color RGB value is (144,104,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01101000 11011101
Octal 220 150 335
Decimal 144 104 221
Hex 90 68 DD

RGB Percentages of Color #9068dd

%30.70
%22.17
%47.12

CMYK Percentages of Color #9068dd

%35
%53
%0
%13

Triadic Colors of #9068dd

#9068dd #dd9068 #68dd90

Analogous Colors of #9068dd

#9068dd #cb68dd #687bdd

Monochromatic Colors of #9068dd

#9068dd

Complementary Color

#9068dd #b5dd68

#9068dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9068dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9068dd Color CSS Codes

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

#9068dd Text Font Color

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

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


#9068dd Background Color

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

This div background color is #9068dd


#9068dd Border Color

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

This div border color is #9068dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9068dd


Comments

No comments written yet.

Please login to write comment.