Color Hex Logo

#3c00ef Color Hex

#3C00EF
(60,0,239)
0 Favorites   0 Comments

Color spaces of #3c00ef

RGB 600239
HSL0.711.000.47
HSV255°100°94°
CMYK 0.751.000.00   0.06
XYZ17.44357.192782.1303
Yxy7.19270.16340.0674
Hunter Lab26.819269.1647-162.7944
CIE-Lab32.241676.2037-98.8833

#3c00ef color RGB value is (60,0,239).

#3c00ef hex color red value is 60, green value is 0 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #3c00ef hue: 0.71 , saturation: 1.00 and the lightness value of 3c00ef is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 00000000 11101111
Octal 74 0 357
Decimal 60 0 239
Hex 3C 0 EF

RGB Percentages of Color #3c00ef

%20.07
%0.00
%79.93

CMYK Percentages of Color #3c00ef

%75
%100
%0
%6

Triadic Colors of #3c00ef

#3c00ef #ef3c00 #00ef3c

Analogous Colors of #3c00ef

#3c00ef #b400ef #003cef

Monochromatic Colors of #3c00ef

#3c00ef

Complementary Color

#3c00ef #b3ef00

#3c00ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c00ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c00ef Color CSS Codes

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

#3c00ef Text Font Color

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

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


#3c00ef Background Color

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

This div background color is #3c00ef


#3c00ef Border Color

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

This div border color is #3c00ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c00ef


Comments

No comments written yet.

Please login to write comment.