Color Hex Logo

#3b3acd Color Hex

#3B3ACD
(59,58,205)
0 Favorites   0 Comments

Color spaces of #3b3acd

RGB 5958205
HSL0.670.600.52
HSV240°72°80°
CMYK 0.710.720.00   0.20
XYZ14.33618.363758.6164
Yxy8.36370.17630.1029
Hunter Lab28.920137.8750-99.9274
CIE-Lab34.729147.4947-75.2343

#3b3acd color RGB value is (59,58,205).

#3b3acd hex color red value is 59, green value is 58 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #3b3acd hue: 0.67 , saturation: 0.60 and the lightness value of 3b3acd is 0.52.

The process color (four color CMYK) of #3b3acd color hex is 0.71, 0.72, 0.00, 0.20. Web safe color of #3b3acd is #3333cc. Color #3b3acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 00111010 11001101
Octal 73 72 315
Decimal 59 58 205
Hex 3B 3A CD

RGB Percentages of Color #3b3acd

%18.32
%18.01
%63.66

CMYK Percentages of Color #3b3acd

%71
%72
%0
%20

Triadic Colors of #3b3acd

#3b3acd #cd3b3a #3acd3b

Analogous Colors of #3b3acd

#3b3acd #853acd #3a83cd

Monochromatic Colors of #3b3acd

#3b3acd

Complementary Color

#3b3acd #cccd3a

#3b3acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b3acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b3acd Color CSS Codes

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

#3b3acd Text Font Color

<p style="color:#3b3acd">Text here</p>

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


#3b3acd Background Color

<div style="background-color:#3b3acd">
Div content here</div>

This div background color is #3b3acd


#3b3acd Border Color

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

This div border color is #3b3acd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,58,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3b3acd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3b3acd;
  -webkit-box-shadow: 1px 1px 3px 2px #3b3acd;
  box-shadow:         1px 1px 3px 2px #3b3acd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,58,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b3acd


Comments

No comments written yet.

Please login to write comment.