Color Hex Logo

#5330cb Color Hex

#5330CB
(83,48,203)
0 Favorites   0 Comments

Color spaces of #5330cb

RGB 8348203
HSL0.700.620.49
HSV254°76°80°
CMYK 0.590.760.00   0.20
XYZ15.40378.264757.2833
Yxy8.26470.19030.1021
Hunter Lab28.748445.3326-98.0158
CIE-Lab34.528254.8101-74.3379

#5330cb color RGB value is (83,48,203).

#5330cb hex color red value is 83, green value is 48 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5330cb hue: 0.70 , saturation: 0.62 and the lightness value of 5330cb is 0.49.

The process color (four color CMYK) of #5330cb color hex is 0.59, 0.76, 0.00, 0.20. Web safe color of #5330cb is #6633cc. Color #5330cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110000 11001011
Octal 123 60 313
Decimal 83 48 203
Hex 53 30 CB

RGB Percentages of Color #5330cb

%24.85
%14.37
%60.78

CMYK Percentages of Color #5330cb

%59
%76
%0
%20

Triadic Colors of #5330cb

#5330cb #cb5330 #30cb53

Analogous Colors of #5330cb

#5330cb #a130cb #305bcb

Monochromatic Colors of #5330cb

#5330cb

Complementary Color

#5330cb #a8cb30

#5330cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5330cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5330cb Color CSS Codes

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

#5330cb Text Font Color

<p style="color:#5330cb">Text here</p>

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


#5330cb Background Color

<div style="background-color:#5330cb">
Div content here</div>

This div background color is #5330cb


#5330cb Border Color

<div style="border:3px solid #5330cb">
Div here</div>

This div border color is #5330cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,48,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5330cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5330cb;
  -webkit-box-shadow: 1px 1px 3px 2px #5330cb;
  box-shadow:         1px 1px 3px 2px #5330cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,48,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5330cb


Comments

No comments written yet.

Please login to write comment.