Color Hex Logo

#920ceb Color Hex

#920CEB
(146,12,235)
0 Favorites   0 Comments

Color spaces of #920ceb

RGB 14612235
HSL0.770.900.48
HSV276°95°92°
CMYK 0.380.950.00   0.08
XYZ26.980912.372179.5633
Yxy12.37210.22690.1040
Hunter Lab35.174075.3674-109.4917
CIE-Lab41.801579.4620-80.4839

#920ceb color RGB value is (146,12,235).

#920ceb hex color red value is 146, green value is 12 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #920ceb hue: 0.77 , saturation: 0.90 and the lightness value of 920ceb is 0.48.

The process color (four color CMYK) of #920ceb color hex is 0.38, 0.95, 0.00, 0.08. Web safe color of #920ceb is #9900ff. Color #920ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 00001100 11101011
Octal 222 14 353
Decimal 146 12 235
Hex 92 C EB

RGB Percentages of Color #920ceb

%37.15
%3.05
%59.80

CMYK Percentages of Color #920ceb

%38
%95
%0
%8

Triadic Colors of #920ceb

#920ceb #eb920c #0ceb92

Analogous Colors of #920ceb

#920ceb #eb0cd5 #230ceb

Monochromatic Colors of #920ceb

#920ceb

Complementary Color

#920ceb #65eb0c

#920ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#920ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#920ceb Color CSS Codes

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

#920ceb Text Font Color

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

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


#920ceb Background Color

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

This div background color is #920ceb


#920ceb Border Color

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

This div border color is #920ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,12,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 #920ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #920ceb


Comments

No comments written yet.

Please login to write comment.