Color Hex Logo

#3c3fef Color Hex

#3C3FEF
(60,63,239)
0 Favorites   0 Comments

Color spaces of #3c3fef

RGB 6063239
HSL0.660.850.59
HSV239°75°94°
CMYK 0.750.740.00   0.06
XYZ19.221010.747782.7228
Yxy10.74770.17060.0954
Hunter Lab32.783747.2827-126.6574
CIE-Lab39.152255.7575-87.4052

#3c3fef color RGB value is (60,63,239).

#3c3fef hex color red value is 60, green value is 63 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #3c3fef hue: 0.66 , saturation: 0.85 and the lightness value of 3c3fef is 0.59.

The process color (four color CMYK) of #3c3fef color hex is 0.75, 0.74, 0.00, 0.06. Web safe color of #3c3fef is #3333ff. Color #3c3fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00111111 11101111
Octal 74 77 357
Decimal 60 63 239
Hex 3C 3F EF

RGB Percentages of Color #3c3fef

%16.57
%17.40
%66.02

CMYK Percentages of Color #3c3fef

%75
%74
%0
%6

Triadic Colors of #3c3fef

#3c3fef #ef3c3f #3fef3c

Analogous Colors of #3c3fef

#3c3fef #933cef #3c99ef

Monochromatic Colors of #3c3fef

#3c3fef

Complementary Color

#3c3fef #efec3c

#3c3fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c3fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c3fef Color CSS Codes

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

#3c3fef Text Font Color

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

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


#3c3fef Background Color

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

This div background color is #3c3fef


#3c3fef Border Color

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

This div border color is #3c3fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c3fef


Comments

No comments written yet.

Please login to write comment.