Color Hex Logo

#391ceb Color Hex

#391CEB
(57,28,235)
0 Favorites   0 Comments

Color spaces of #391ceb

RGB 5728235
HSL0.690.840.52
HSV248°88°92°
CMYK 0.760.880.00   0.08
XYZ17.09807.698579.1821
Yxy7.69850.16440.0740
Hunter Lab27.746261.4411-149.7796
CIE-Lab33.346969.5510-94.7726

#391ceb color RGB value is (57,28,235).

#391ceb hex color red value is 57, green value is 28 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #391ceb hue: 0.69 , saturation: 0.84 and the lightness value of 391ceb is 0.52.

The process color (four color CMYK) of #391ceb color hex is 0.76, 0.88, 0.00, 0.08. Web safe color of #391ceb is #3333ff. Color #391ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00011100 11101011
Octal 71 34 353
Decimal 57 28 235
Hex 39 1C EB

RGB Percentages of Color #391ceb

%17.81
%8.75
%73.44

CMYK Percentages of Color #391ceb

%76
%88
%0
%8

Triadic Colors of #391ceb

#391ceb #eb391c #1ceb39

Analogous Colors of #391ceb

#391ceb #a11ceb #1c67eb

Monochromatic Colors of #391ceb

#391ceb

Complementary Color

#391ceb #ceeb1c

#391ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#391ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#391ceb Color CSS Codes

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

#391ceb Text Font Color

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

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


#391ceb Background Color

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

This div background color is #391ceb


#391ceb Border Color

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

This div border color is #391ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #391ceb


Comments

No comments written yet.

Please login to write comment.