Color Hex Logo

#321def Color Hex

#321DEF
(50,29,239)
0 Favorites   0 Comments

Color spaces of #321def

RGB 5029239
HSL0.680.870.53
HSV246°88°94°
CMYK 0.790.880.00   0.06
XYZ17.33477.788882.2511
Yxy7.78880.16140.0725
Hunter Lab27.908462.0316-155.2023
CIE-Lab33.539170.0191-96.7355

#321def color RGB value is (50,29,239).

#321def hex color red value is 50, green value is 29 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #321def hue: 0.68 , saturation: 0.87 and the lightness value of 321def is 0.53.

The process color (four color CMYK) of #321def color hex is 0.79, 0.88, 0.00, 0.06. Web safe color of #321def is #3333ff. Color #321def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011101 11101111
Octal 62 35 357
Decimal 50 29 239
Hex 32 1D EF

RGB Percentages of Color #321def

%15.72
%9.12
%75.16

CMYK Percentages of Color #321def

%79
%88
%0
%6

Triadic Colors of #321def

#321def #ef321d #1def32

Analogous Colors of #321def

#321def #9b1def #1d71ef

Monochromatic Colors of #321def

#321def

Complementary Color

#321def #daef1d

#321def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321def Color Preview on White Background

Lorem ipsum dolor sit amet.

#321def Color CSS Codes

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

#321def Text Font Color

<p style="color:#321def">Text here</p>

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


#321def Background Color

<div style="background-color:#321def">
Div content here</div>

This div background color is #321def


#321def Border Color

<div style="border:3px solid #321def">
Div here</div>

This div border color is #321def


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,29,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #321def; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #321def;
  -webkit-box-shadow: 1px 1px 3px 2px #321def;
  box-shadow:         1px 1px 3px 2px #321def; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,29,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321def


Comments

No comments written yet.

Please login to write comment.