Color Hex Logo

#3c84ef Color Hex

#3C84EF
(60,132,239)
0 Favorites   0 Comments

Color spaces of #3c84ef

RGB 60132239
HSL0.600.850.59
HSV216°75°94°
CMYK 0.750.450.00   0.06
XYZ25.694723.695284.8807
Yxy23.69520.19140.1765
Hunter Lab48.67779.0358-69.3112
CIE-Lab55.781313.8973-60.3077

#3c84ef color RGB value is (60,132,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10000100 11101111
Octal 74 204 357
Decimal 60 132 239
Hex 3C 84 EF

RGB Percentages of Color #3c84ef

%13.92
%30.63
%55.45

CMYK Percentages of Color #3c84ef

%75
%45
%0
%6

Triadic Colors of #3c84ef

#3c84ef #ef3c84 #84ef3c

Analogous Colors of #3c84ef

#3c84ef #4e3cef #3cdeef

Monochromatic Colors of #3c84ef

#3c84ef

Complementary Color

#3c84ef #efa73c

#3c84ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c84ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c84ef Color CSS Codes

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

#3c84ef Text Font Color

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

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


#3c84ef Background Color

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

This div background color is #3c84ef


#3c84ef Border Color

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

This div border color is #3c84ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c84ef


Comments

No comments written yet.

Please login to write comment.