Color Hex Logo

#904ceb Color Hex

#904CEB
(144,76,235)
0 Favorites   0 Comments

Color spaces of #904ceb

RGB 14476235
HSL0.740.800.61
HSV266°68°92°
CMYK 0.390.680.00   0.08
XYZ29.081417.096380.3644
Yxy17.09630.22980.1351
Hunter Lab41.347753.1875-86.2942
CIE-Lab48.381159.4168-69.7423

#904ceb color RGB value is (144,76,235).

#904ceb hex color red value is 144, green value is 76 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #904ceb hue: 0.74 , saturation: 0.80 and the lightness value of 904ceb is 0.61.

The process color (four color CMYK) of #904ceb color hex is 0.39, 0.68, 0.00, 0.08. Web safe color of #904ceb is #9933ff. Color #904ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01001100 11101011
Octal 220 114 353
Decimal 144 76 235
Hex 90 4C EB

RGB Percentages of Color #904ceb

%31.65
%16.70
%51.65

CMYK Percentages of Color #904ceb

%39
%68
%0
%8

Triadic Colors of #904ceb

#904ceb #eb904c #4ceb90

Analogous Colors of #904ceb

#904ceb #e04ceb #4c57eb

Monochromatic Colors of #904ceb

#904ceb

Complementary Color

#904ceb #a7eb4c

#904ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#904ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#904ceb Color CSS Codes

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

#904ceb Text Font Color

<p style="color:#904ceb">Text here</p>

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


#904ceb Background Color

<div style="background-color:#904ceb">
Div content here</div>

This div background color is #904ceb


#904ceb Border Color

<div style="border:3px solid #904ceb">
Div here</div>

This div border color is #904ceb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,76,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #904ceb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #904ceb;
  -webkit-box-shadow: 1px 1px 3px 2px #904ceb;
  box-shadow:         1px 1px 3px 2px #904ceb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #904ceb


Comments

No comments written yet.

Please login to write comment.