Color Hex Logo

#9035dd Color Hex

#9035DD
(144,53,221)
0 Favorites   0 Comments

Color spaces of #9035dd

RGB 14453221
HSL0.760.710.54
HSV273°76°87°
CMYK 0.350.760.00   0.13
XYZ25.825813.696069.6890
Yxy13.69600.23650.1254
Hunter Lab37.008159.8006-85.7418
CIE-Lab43.793866.1167-69.2653

#9035dd color RGB value is (144,53,221).

#9035dd hex color red value is 144, green value is 53 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9035dd hue: 0.76 , saturation: 0.71 and the lightness value of 9035dd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 00110101 11011101
Octal 220 65 335
Decimal 144 53 221
Hex 90 35 DD

RGB Percentages of Color #9035dd

%34.45
%12.68
%52.87

CMYK Percentages of Color #9035dd

%35
%76
%0
%13

Triadic Colors of #9035dd

#9035dd #dd9035 #35dd90

Analogous Colors of #9035dd

#9035dd #dd35d6 #3c35dd

Monochromatic Colors of #9035dd

#9035dd

Complementary Color

#9035dd #82dd35

#9035dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9035dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9035dd Color CSS Codes

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

#9035dd Text Font Color

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

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


#9035dd Background Color

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

This div background color is #9035dd


#9035dd Border Color

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

This div border color is #9035dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,53,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 #9035dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9035dd


Comments

No comments written yet.

Please login to write comment.