Color Hex Logo

#3d84fc Color Hex

#3D84FC
(61,132,252)
0 Favorites   0 Comments

Color spaces of #3d84fc

RGB 61132252
HSL0.600.970.61
HSV218°76°99°
CMYK 0.760.480.00   0.01
XYZ27.746424.522995.3665
Yxy24.52290.18790.1661
Hunter Lab49.520613.3525-79.5159
CIE-Lab56.607618.7215-66.1705

#3d84fc color RGB value is (61,132,252).

#3d84fc hex color red value is 61, green value is 132 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #3d84fc hue: 0.60 , saturation: 0.97 and the lightness value of 3d84fc is 0.61.

The process color (four color CMYK) of #3d84fc color hex is 0.76, 0.48, 0.00, 0.01. Web safe color of #3d84fc is #3399ff. Color #3d84fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10000100 11111100
Octal 75 204 374
Decimal 61 132 252
Hex 3D 84 FC

RGB Percentages of Color #3d84fc

%13.71
%29.66
%56.63

CMYK Percentages of Color #3d84fc

%76
%48
%0
%1

Triadic Colors of #3d84fc

#3d84fc #fc3d84 #84fc3d

Analogous Colors of #3d84fc

#3d84fc #563dfc #3de4fc

Monochromatic Colors of #3d84fc

#3d84fc

Complementary Color

#3d84fc #fcb53d

#3d84fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d84fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d84fc Color CSS Codes

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

#3d84fc Text Font Color

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

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


#3d84fc Background Color

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

This div background color is #3d84fc


#3d84fc Border Color

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

This div border color is #3d84fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,132,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #3d84fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d84fc

Related Colors


Comments

No comments written yet.

Please login to write comment.