Color Hex Logo

#2950cf Color Hex

#2950CF
(41,80,207)
0 Favorites   0 Comments

Color spaces of #2950cf

RGB 4180207
HSL0.630.670.49
HSV226°80°81°
CMYK 0.800.610.00   0.19
XYZ15.045610.713760.3065
Yxy10.71370.17480.1245
Hunter Lab32.731824.7693-86.3263
CIE-Lab39.094033.0007-69.2575

#2950cf color RGB value is (41,80,207).

#2950cf hex color red value is 41, green value is 80 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #2950cf hue: 0.63 , saturation: 0.67 and the lightness value of 2950cf is 0.49.

The process color (four color CMYK) of #2950cf color hex is 0.80, 0.61, 0.00, 0.19. Web safe color of #2950cf is #3366cc. Color #2950cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010000 11001111
Octal 51 120 317
Decimal 41 80 207
Hex 29 50 CF

RGB Percentages of Color #2950cf

%12.50
%24.39
%63.11

CMYK Percentages of Color #2950cf

%80
%61
%0
%19

Triadic Colors of #2950cf

#2950cf #cf2950 #50cf29

Analogous Colors of #2950cf

#2950cf #5529cf #29a3cf

Monochromatic Colors of #2950cf

#2950cf

Complementary Color

#2950cf #cfa829

#2950cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2950cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2950cf Color CSS Codes

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

#2950cf Text Font Color

<p style="color:#2950cf">Text here</p>

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


#2950cf Background Color

<div style="background-color:#2950cf">
Div content here</div>

This div background color is #2950cf


#2950cf Border Color

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

This div border color is #2950cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,80,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2950cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2950cf;
  -webkit-box-shadow: 1px 1px 3px 2px #2950cf;
  box-shadow:         1px 1px 3px 2px #2950cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2950cf


Comments

No comments written yet.

Please login to write comment.