Color Hex Logo

#331cbc Color Hex

#331CBC
(51,28,188)
0 Favorites   0 Comments

Color spaces of #331cbc

RGB 5128188
HSL0.690.740.42
HSV249°85°74°
CMYK 0.730.850.00   0.26
XYZ10.85765.165248.0017
Yxy5.16520.16960.0807
Hunter Lab22.727145.5039-109.3170
CIE-Lab27.200356.3978-77.7333

#331cbc color RGB value is (51,28,188).

#331cbc hex color red value is 51, green value is 28 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #331cbc hue: 0.69 , saturation: 0.74 and the lightness value of 331cbc is 0.42.

The process color (four color CMYK) of #331cbc color hex is 0.73, 0.85, 0.00, 0.26. Web safe color of #331cbc is #3333cc. Color #331cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00011100 10111100
Octal 63 34 274
Decimal 51 28 188
Hex 33 1C BC

RGB Percentages of Color #331cbc

%19.10
%10.49
%70.41

CMYK Percentages of Color #331cbc

%73
%85
%0
%26

Triadic Colors of #331cbc

#331cbc #bc331c #1cbc33

Analogous Colors of #331cbc

#331cbc #831cbc #1c55bc

Monochromatic Colors of #331cbc

#331cbc

Complementary Color

#331cbc #a5bc1c

#331cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#331cbc Color CSS Codes

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

#331cbc Text Font Color

<p style="color:#331cbc">Text here</p>

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


#331cbc Background Color

<div style="background-color:#331cbc">
Div content here</div>

This div background color is #331cbc


#331cbc Border Color

<div style="border:3px solid #331cbc">
Div here</div>

This div border color is #331cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,28,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #331cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #331cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #331cbc;
  box-shadow:         1px 1px 3px 2px #331cbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,28,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331cbc


Comments

No comments written yet.

Please login to write comment.