Color Hex Logo

#3c0fef Color Hex

#3C0FEF
(60,15,239)
0 Favorites   0 Comments

Color spaces of #3c0fef

RGB 6015239
HSL0.700.880.50
HSV252°94°94°
CMYK 0.750.940.00   0.06
XYZ17.61437.534382.1872
Yxy7.53430.16410.0702
Hunter Lab27.448766.5114-158.3128
CIE-Lab32.993673.8870-97.6289

#3c0fef color RGB value is (60,15,239).

#3c0fef hex color red value is 60, green value is 15 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #3c0fef hue: 0.70 , saturation: 0.88 and the lightness value of 3c0fef is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 00001111 11101111
Octal 74 17 357
Decimal 60 15 239
Hex 3C F EF

RGB Percentages of Color #3c0fef

%19.11
%4.78
%76.11

CMYK Percentages of Color #3c0fef

%75
%94
%0
%6

Triadic Colors of #3c0fef

#3c0fef #ef3c0f #0fef3c

Analogous Colors of #3c0fef

#3c0fef #ac0fef #0f52ef

Monochromatic Colors of #3c0fef

#3c0fef

Complementary Color

#3c0fef #c2ef0f

#3c0fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c0fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c0fef Color CSS Codes

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

#3c0fef Text Font Color

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

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


#3c0fef Background Color

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

This div background color is #3c0fef


#3c0fef Border Color

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

This div border color is #3c0fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c0fef


Comments

No comments written yet.

Please login to write comment.