Color Hex Logo

#3a7ced Color Hex

#3A7CED
(58,124,237)
0 Favorites   0 Comments

Color spaces of #3a7ced

RGB 58124237
HSL0.610.830.58
HSV218°76°93°
CMYK 0.760.480.00   0.07
XYZ24.238621.429382.9795
Yxy21.42930.18840.1666
Hunter Lab46.291812.4528-73.8749
CIE-Lab53.416217.8657-63.0008

#3a7ced color RGB value is (58,124,237).

#3a7ced hex color red value is 58, green value is 124 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #3a7ced hue: 0.61 , saturation: 0.83 and the lightness value of 3a7ced is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 01111100 11101101
Octal 72 174 355
Decimal 58 124 237
Hex 3A 7C ED

RGB Percentages of Color #3a7ced

%13.84
%29.59
%56.56

CMYK Percentages of Color #3a7ced

%76
%48
%0
%7

Triadic Colors of #3a7ced

#3a7ced #ed3a7c #7ced3a

Analogous Colors of #3a7ced

#3a7ced #523aed #3ad6ed

Monochromatic Colors of #3a7ced

#3a7ced

Complementary Color

#3a7ced #edab3a

#3a7ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a7ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a7ced Color CSS Codes

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

#3a7ced Text Font Color

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

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


#3a7ced Background Color

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

This div background color is #3a7ced


#3a7ced Border Color

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

This div border color is #3a7ced


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,124,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3a7ced; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3a7ced;
  -webkit-box-shadow: 1px 1px 3px 2px #3a7ced;
  box-shadow:         1px 1px 3px 2px #3a7ced; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,124,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a7ced


Comments

No comments written yet.

Please login to write comment.