Color Hex Logo

#331cdf Color Hex

#331CDF
(51,28,223)
0 Favorites   0 Comments

Color spaces of #331cdf

RGB 5128223
HSL0.690.780.49
HSV247°87°87°
CMYK 0.770.870.00   0.13
XYZ15.09986.862070.3407
Yxy6.86200.16360.0743
Hunter Lab26.195457.0506-140.8704
CIE-Lab31.490766.0982-91.0131

#331cdf color RGB value is (51,28,223).

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

The process color (four color CMYK) of #331cdf color hex is 0.77, 0.87, 0.00, 0.13. Web safe color of #331cdf is #3333cc. Color #331cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00011100 11011111
Octal 63 34 337
Decimal 51 28 223
Hex 33 1C DF

RGB Percentages of Color #331cdf

%16.89
%9.27
%73.84

CMYK Percentages of Color #331cdf

%77
%87
%0
%13

Triadic Colors of #331cdf

#331cdf #df331c #1cdf33

Analogous Colors of #331cdf

#331cdf #951cdf #1c67df

Monochromatic Colors of #331cdf

#331cdf

Complementary Color

#331cdf #c8df1c

#331cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#331cdf Color CSS Codes

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

#331cdf Text Font Color

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

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


#331cdf Background Color

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

This div background color is #331cdf


#331cdf Border Color

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

This div border color is #331cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331cdf


Comments

No comments written yet.

Please login to write comment.