Color Hex Logo

#2985ec Color Hex

#2985EC
(41,133,236)
0 Favorites   0 Comments

Color spaces of #2985ec

RGB 41133236
HSL0.590.840.54
HSV212°83°93°
CMYK 0.830.440.00   0.07
XYZ24.442323.302682.5665
Yxy23.30260.18760.1788
Hunter Lab48.27285.9039-67.6196
CIE-Lab55.382710.2752-59.3067

#2985ec color RGB value is (41,133,236).

#2985ec hex color red value is 41, green value is 133 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #2985ec hue: 0.59 , saturation: 0.84 and the lightness value of 2985ec is 0.54.

The process color (four color CMYK) of #2985ec color hex is 0.83, 0.44, 0.00, 0.07. Web safe color of #2985ec is #3399ff. Color #2985ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10000101 11101100
Octal 51 205 354
Decimal 41 133 236
Hex 29 85 EC

RGB Percentages of Color #2985ec

%10.00
%32.44
%57.56

CMYK Percentages of Color #2985ec

%83
%44
%0
%7

Triadic Colors of #2985ec

#2985ec #ec2985 #85ec29

Analogous Colors of #2985ec

#2985ec #2e29ec #29e7ec

Monochromatic Colors of #2985ec

#2985ec

Complementary Color

#2985ec #ec9029

#2985ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2985ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#2985ec Color CSS Codes

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

#2985ec Text Font Color

<p style="color:#2985ec">Text here</p>

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


#2985ec Background Color

<div style="background-color:#2985ec">
Div content here</div>

This div background color is #2985ec


#2985ec Border Color

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

This div border color is #2985ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,133,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2985ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2985ec;
  -webkit-box-shadow: 1px 1px 3px 2px #2985ec;
  box-shadow:         1px 1px 3px 2px #2985ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,133,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2985ec


Comments

No comments written yet.

Please login to write comment.