Color Hex Logo

#3c2fbc Color Hex

#3C2FBC
(60,47,188)
0 Favorites   0 Comments

Color spaces of #3c2fbc

RGB 6047188
HSL0.680.600.46
HSV246°75°74°
CMYK 0.680.750.00   0.26
XYZ11.95716.624548.2254
Yxy6.62450.17900.0992
Hunter Lab25.738137.8837-93.0748
CIE-Lab30.936348.2218-71.5281

#3c2fbc color RGB value is (60,47,188).

#3c2fbc hex color red value is 60, green value is 47 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #3c2fbc hue: 0.68 , saturation: 0.60 and the lightness value of 3c2fbc is 0.46.

The process color (four color CMYK) of #3c2fbc color hex is 0.68, 0.75, 0.00, 0.26. Web safe color of #3c2fbc is #3333cc. Color #3c2fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00101111 10111100
Octal 74 57 274
Decimal 60 47 188
Hex 3C 2F BC

RGB Percentages of Color #3c2fbc

%20.34
%15.93
%63.73

CMYK Percentages of Color #3c2fbc

%68
%75
%0
%26

Triadic Colors of #3c2fbc

#3c2fbc #bc3c2f #2fbc3c

Analogous Colors of #3c2fbc

#3c2fbc #832fbc #2f69bc

Monochromatic Colors of #3c2fbc

#3c2fbc

Complementary Color

#3c2fbc #afbc2f

#3c2fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c2fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c2fbc Color CSS Codes

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

#3c2fbc Text Font Color

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

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


#3c2fbc Background Color

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

This div background color is #3c2fbc


#3c2fbc Border Color

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

This div border color is #3c2fbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(60,47,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3c2fbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3c2fbc;
  -webkit-box-shadow: 1px 1px 3px 2px #3c2fbc;
  box-shadow:         1px 1px 3px 2px #3c2fbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,47,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 #3c2fbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c2fbc


Comments

No comments written yet.

Please login to write comment.